mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
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
This commit is contained in:
@@ -14,7 +14,15 @@
|
||||
MODULE_PREFIX=bridge
|
||||
MENUSELECT_CATEGORY=BRIDGES
|
||||
MENUSELECT_DESCRIPTION=Bridging Modules
|
||||
MODULE_EXCLUDE=binaural_rendering_in_bridge_softmix
|
||||
|
||||
all: _all
|
||||
|
||||
ifeq ($(findstring binaural_rendering_in_bridge_softmix,$(MENUSELECT_BRIDGES)),)
|
||||
bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o: _ASTCFLAGS+=-DBINAURAL_RENDERING
|
||||
bridge_softmix.so: LIBS+=$(FFTW3_LIB)
|
||||
endif
|
||||
|
||||
include $(ASTTOPDIR)/Makefile.moddir_rules
|
||||
|
||||
$(call MOD_ADD_C,bridge_softmix,$(wildcard bridge_softmix/*.c))
|
||||
|
Reference in New Issue
Block a user