From 929b7cb4d1fc4657540b6731799ac3fbcb8a2571 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Mon, 8 Apr 2019 12:15:47 +0200 Subject: [PATCH] Workaround for crash of voice fetch, sox audiodev in config, client waits a sec to allow mics to come up --- client_config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client_config.yml b/client_config.yml index b992616..e73e4e7 100644 --- a/client_config.yml +++ b/client_config.yml @@ -6,7 +6,10 @@ voice: target_rate: 16000 port: 4444 input_name: null - file_address: "http://hugveycmd.local:8888" - play_device: null + file_address: "http://hugveycmd.local:8888" + play_device: 0 # alsa mixer nr play_volume: 80 + play_audiodev: "hw:1,0" # sox AUDIODEV + +