mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
we do support ultra-wideband too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7409 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3de64f171b
commit
cbb55a8d85
@ -397,7 +397,7 @@ static void launch_threads(void)
|
|||||||
|
|
||||||
if (!strcasecmp(var, "rate")) {
|
if (!strcasecmp(var, "rate")) {
|
||||||
int tmp = atoi(val);
|
int tmp = atoi(val);
|
||||||
if (tmp == 8000 || tmp == 16000) {
|
if (tmp == 8000 || tmp == 16000 || tmp == 32000) {
|
||||||
source->rate = tmp;
|
source->rate = tmp;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(var, "shuffle")) {
|
} else if (!strcasecmp(var, "shuffle")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user