mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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:
@@ -108,7 +108,8 @@ enum support_level_values {
|
||||
SUPPORT_DEPRECATED = 2,
|
||||
SUPPORT_UNSPECIFIED = 3,
|
||||
SUPPORT_EXTERNAL = 4,
|
||||
SUPPORT_COUNT = 5, /* Keep this item at the end of the list. Tracks total number of support levels. */
|
||||
SUPPORT_OPTION = 5,
|
||||
SUPPORT_COUNT = 6, /* Keep this item at the end of the list. Tracks total number of support levels. */
|
||||
};
|
||||
|
||||
AST_LIST_HEAD_NOLOCK(support_level_bucket, member);
|
||||
|
Reference in New Issue
Block a user