mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 992854 - [tarako] No sound when play some specific m4a music r=kinetik
This commit is contained in:
parent
e51c562ec9
commit
314ee9d604
@ -392,7 +392,7 @@ opensl_stream_init(cubeb * ctx, cubeb_stream ** stream, char const * stream_name
|
|||||||
|
|
||||||
*stream = NULL;
|
*stream = NULL;
|
||||||
|
|
||||||
if (stream_params.rate < 8000 || stream_params.rate > 48000 ||
|
if (stream_params.rate < 8000 || stream_params.rate > 88200 ||
|
||||||
stream_params.channels < 1 || stream_params.channels > 32 ||
|
stream_params.channels < 1 || stream_params.channels > 32 ||
|
||||||
latency < 1 || latency > 2000) {
|
latency < 1 || latency > 2000) {
|
||||||
return CUBEB_ERROR_INVALID_FORMAT;
|
return CUBEB_ERROR_INVALID_FORMAT;
|
||||||
|
Loading…
Reference in New Issue
Block a user