simpleaudio-alsa: enable ALSA soft-resample
This commit is contained in:
parent
e59931beba
commit
6d749c7771
@ -134,7 +134,7 @@ sa_alsa_open_stream(
|
||||
SND_PCM_ACCESS_RW_INTERLEAVED,
|
||||
channels,
|
||||
rate,
|
||||
0 /* soft_resample (allow) */,
|
||||
1 /* soft_resample (allow) */,
|
||||
-1 /* latency */);
|
||||
if (error) {
|
||||
fprintf(stderr, "E: %s\n", snd_strerror(error));
|
||||
|
Loading…
x
Reference in New Issue
Block a user