summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-10 17:26:06 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-18 17:00:09 +0000
commit23e3411e6a6df9ae82b9fa265f11fe3a8bcdb8a1 (patch)
tree119d82aa78af36d1305c5dbc476e12cc05f51d7a
parent8208e8cadbfcb99c853d8e76b6630e348a8e32d6 (diff)
downloaddefinitions-23e3411e6a6df9ae82b9fa265f11fe3a8bcdb8a1.tar.gz
Build pulseaudio with echo cancellation support
Change-Id: Ief6526247013aafd5041e4b5c833dcd21af6ea50
-rw-r--r--strata/audio-bluetooth.morph6
-rw-r--r--strata/audio-bluetooth/pulseaudio.morph1
2 files changed, 7 insertions, 0 deletions
diff --git a/strata/audio-bluetooth.morph b/strata/audio-bluetooth.morph
index b2033717..d60d1121 100644
--- a/strata/audio-bluetooth.morph
+++ b/strata/audio-bluetooth.morph
@@ -97,6 +97,11 @@ chunks:
build-system: autotools
build-depends:
- libsndfile
+- name: webrtc-audio-processing
+ repo: upstream:webrtc-audio-processing
+ ref: 9413986e79cf01958ee6dfb95a89de0d71a44221
+ unpetrify-ref: v0.1
+ build-system: autotools
- name: pulseaudio
morph: strata/audio-bluetooth/pulseaudio.morph
repo: upstream:pulseaudio
@@ -111,3 +116,4 @@ chunks:
- alsa-lib
- bluez
- sbc
+ - webrtc-audio-processing
diff --git a/strata/audio-bluetooth/pulseaudio.morph b/strata/audio-bluetooth/pulseaudio.morph
index fabdc5da..dfaa9b0d 100644
--- a/strata/audio-bluetooth/pulseaudio.morph
+++ b/strata/audio-bluetooth/pulseaudio.morph
@@ -8,6 +8,7 @@ configure-commands:
- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple
--with-systemduserunitdir=/usr/lib/systemd/user
--with-system-user=pulse --with-system-group=pulse --with-access-group=pulse-access
+ --enable-webrtc-aec
system-integration:
pulseaudio-misc:
00-add-pulse-users: