mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
Default start_delay is zero (maximum buffering)
This commit is contained in:
parent
411d3122cf
commit
e98c0a3d80
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ static int chunk_size = -1;
|
|||
static int period_time = -1;
|
||||
static int buffer_time = -1;
|
||||
static int avail_min = -1;
|
||||
static int start_delay = 1;
|
||||
static int start_delay = 0;
|
||||
static int stop_delay = 0;
|
||||
static int verbose = 0;
|
||||
static int buffer_pos = 0;
|
||||
|
|
Loading…
Reference in a new issue