mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-21 06:13:43 +00:00
Increase audio stream timeout
This commit is contained in:
parent
b4836751f2
commit
cf79868ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const audioTimeoutDuration = 3 * time.Second
|
||||
const audioTimeoutDuration = 5 * time.Second
|
||||
const audioRxSeqBufLength = 300 * time.Millisecond
|
||||
|
||||
type audioStream struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue