summaryrefslogtreecommitdiff
path: root/bridges/bridges.xml
diff options
context:
space:
mode:
authorfrahaase <fra.haase@googlemail.com>2016-08-12 18:23:18 +0200
committerGeorge Joseph <gjoseph@digium.com>2017-02-23 10:34:58 -0700
commit094c26aa689664177e156d17bf5e9ab67c442a53 (patch)
tree29a03da022373e1b90804dbc30c9a927848a9217 /bridges/bridges.xml
parent9ad1df71b363d1b3c92622873bb193dca5ddbb8c (diff)
Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix.
Adds binaural synthesis to bridge_softmix (via convolution using libfftw3). Binaural synthesis is conducted at 48kHz. For a conference, only one spatial representation is rendered. The default rendering is applied for mono-capable channels. ASTERISK-26292 Change-Id: Iecdb381b6adc17c961049658678f6219adae1ddf
Diffstat (limited to 'bridges/bridges.xml')
-rw-r--r--bridges/bridges.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bridges/bridges.xml b/bridges/bridges.xml
new file mode 100644
index 000000000..403da50ac
--- /dev/null
+++ b/bridges/bridges.xml
@@ -0,0 +1,8 @@
+ <member name="binaural_rendering_in_bridge_softmix"
+ displayname="Enable binaural rendering in bridge_softmix"
+ remove_on_change="bridges/bridge_softmix.o bridges/bridge_softmix.so bridges/bridge_softmix/bridge_softmix_binaural.o">
+ <support_level>option</support_level>
+ <depend>bridge_softmix</depend>
+ <depend>fftw3</depend>
+ <defaultenabled>no</defaultenabled>
+ </member>