]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
we do support ultra-wideband too
authorBrian West <brian@freeswitch.org>
Mon, 28 Jan 2008 19:23:46 +0000 (19:23 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 28 Jan 2008 19:23:46 +0000 (19:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7409 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_local_stream/mod_local_stream.c

index 9a565e6a7275412d0a35169c00c356e5b05ff419..74718ef358bf414aeb085df2c31cf1fb736e7e05 100644 (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")) {