mirror of https://bitbucket.org/ausocean/av.git
alsa: increase read timeout
This commit is contained in:
parent
cd63d0d95a
commit
4b4b3cb2cb
|
@ -47,7 +47,7 @@ import (
|
|||
const (
|
||||
pkg = "alsa: "
|
||||
rbTimeout = 100 * time.Millisecond
|
||||
rbNextTimeout = 100 * time.Millisecond
|
||||
rbNextTimeout = 2000 * time.Millisecond
|
||||
rbLen = 200
|
||||
defaultSampleRate = 48000
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue