diff --git a/src/mod/formats/mod_local_stream/mod_local_stream.c b/src/mod/formats/mod_local_stream/mod_local_stream.c index 9a565e6a72..74718ef358 100644 --- a/src/mod/formats/mod_local_stream/mod_local_stream.c +++ b/src/mod/formats/mod_local_stream/mod_local_stream.c @@ -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")) {