mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 09:40:32 +00:00
Added back commented code (latency change)
This commit is contained in:
parent
9d8af2f147
commit
4ec59e7283
@ -74,7 +74,7 @@ int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int sync, int *queue)
|
||||
params.start_mode = SND_PCM_START_GO;
|
||||
params.stop_mode = SND_PCM_STOP_STOP;
|
||||
params.time = 1;
|
||||
// *queue += 16;
|
||||
*queue += 16;
|
||||
#if 0
|
||||
params.buf.stream.fill = SND_PCM_FILL_SILENCE;
|
||||
params.buf.stream.max_fill = 1024;
|
||||
|
Loading…
Reference in New Issue
Block a user