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:
Brian West 2008-01-28 19:23:46 +00:00
parent 3de64f171b
commit cbb55a8d85

View File

@ -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")) {