mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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
		
			
				
	
	
		
			9 lines
		
	
	
		
			381 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			381 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| 	<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>
 |