forked from Mirrors/freeswitch
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")) {
|
||||
int tmp = atoi(val);
|
||||
if (tmp == 8000 || tmp == 16000) {
|
||||
if (tmp == 8000 || tmp == 16000 || tmp == 32000) {
|
||||
source->rate = tmp;
|
||||
}
|
||||
} else if (!strcasecmp(var, "shuffle")) {
|
||||
|
Loading…
Reference in New Issue
Block a user