- Made Acoustic Echo Cancellation configurable.

- Added module_load/unload functions to API.
This commit is contained in:
Juha Heinanen
2019-05-29 11:26:00 +03:00
parent 8218279c59
commit 7a9cccf08a
7 changed files with 81 additions and 3 deletions

View File

@ -165,7 +165,9 @@
also port is given, ip must
be written inside brackets []. As an example, list \'8.8.8.8:53,[2001:4860:4860::8888]:53\'
points to IPv4 and IPv6 addresses of public Google DNS servers.</string>
<string name="_8_8_8_8_53" translatable="false">8.8.8.8:53</string>
<string name="aec">Acoustic Echo Cancellation</string>
<string name="aec_help">If checked, echo is tried to cancel during calls. Does not currently
apply to calls using opus codec.</string>
<string name="opus_bit_rate">Opus Bit Rate</string>
<string name="opus_bit_rate_help">Average maximum bit rate used by Opus audio stream.
Valid value are 6000-510000. Factory default is 28000.</string>