Workaround for crash of voice fetch, sox audiodev in config, client waits a sec to allow mics to come up
This commit is contained in:
parent
68ddd536c4
commit
929b7cb4d1
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,10 @@ voice:
|
||||||
target_rate: 16000
|
target_rate: 16000
|
||||||
port: 4444
|
port: 4444
|
||||||
input_name: null
|
input_name: null
|
||||||
file_address: "http://hugveycmd.local:8888"
|
file_address: "http://hugveycmd.local:8888"
|
||||||
play_device: null
|
play_device: 0 # alsa mixer nr
|
||||||
play_volume: 80
|
play_volume: 80
|
||||||
|
play_audiodev: "hw:1,0" # sox AUDIODEV
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue