diff options
author | duggabe <barry@dcsmail.net> | 2020-11-21 14:49:05 -0600 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-12-17 08:21:46 -0500 |
commit | 652054af62460dff955b329708c31b3dd85a959a (patch) | |
tree | 79c50842faa056f58549f0834c74b3eaedaf49a9 | |
parent | 6e33fff54aee987bd3880592eca7a7e7dae057da (diff) |
gr-audio: revise nperiods in gr-audio-alsa.conf
-rw-r--r-- | gr-audio/lib/alsa/gr-audio-alsa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-audio/lib/alsa/gr-audio-alsa.conf b/gr-audio/lib/alsa/gr-audio-alsa.conf index 81fa456d94..17ef95ad47 100644 --- a/gr-audio/lib/alsa/gr-audio-alsa.conf +++ b/gr-audio/lib/alsa/gr-audio-alsa.conf @@ -9,5 +9,5 @@ default_output_device = default # period time in seconds period_time = 0.010 # total buffering = period_time * nperiods -nperiods = 4 +nperiods = 16 verbose = false |