simpleaudio-alsa: enable ALSA soft-resample

This commit is contained in:
Kamal Mostafa 2012-08-29 21:26:47 -07:00
parent e59931beba
commit 6d749c7771
1 changed files with 1 additions and 1 deletions

View File

@ -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));