- update config template
This commit is contained in:
parent
471e985a70
commit
1802af57c3
|
|
@ -16,12 +16,6 @@ force_task: no
|
||||||
# Use lite speech_detector instead of silence_eraser
|
# Use lite speech_detector instead of silence_eraser
|
||||||
speech_detector: yes
|
speech_detector: yes
|
||||||
|
|
||||||
# Reboot the phone on start
|
|
||||||
reboot_on_start: no
|
|
||||||
|
|
||||||
# adb watchdog check interval
|
|
||||||
phone_watchdog_interval: 180
|
|
||||||
|
|
||||||
# RabbitMQ related settings
|
# RabbitMQ related settings
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
url:
|
url:
|
||||||
|
|
@ -30,23 +24,10 @@ rabbitmq:
|
||||||
|
|
||||||
cache_dir: cache
|
cache_dir: cache
|
||||||
audio:
|
audio:
|
||||||
# Audio device used to play audio
|
|
||||||
play_device: "auto"
|
|
||||||
|
|
||||||
# Audio device used to record audio
|
|
||||||
record_device: "auto"
|
|
||||||
|
|
||||||
# Use native audio utilities from alsa-utils package instead of PyAudio based implementation
|
|
||||||
ALSA: yes
|
|
||||||
|
|
||||||
# Use samplerate
|
|
||||||
samplerate: 48000
|
|
||||||
|
|
||||||
# Silence prefix & suffix lengths (in seconds)
|
# Silence prefix & suffix lengths (in seconds)
|
||||||
silence_prefix: 30
|
silence_prefix: 30
|
||||||
silence_suffix: 30
|
silence_suffix: 30
|
||||||
|
|
||||||
bluetooth: yes
|
|
||||||
bluetooth_mac: "MAC_ADDRESS"
|
bluetooth_mac: "MAC_ADDRESS"
|
||||||
|
|
||||||
log:
|
log:
|
||||||
|
|
@ -56,5 +37,3 @@ log:
|
||||||
# Verbose logging
|
# Verbose logging
|
||||||
verbose: yes
|
verbose: yes
|
||||||
|
|
||||||
# Log ADB output
|
|
||||||
adb: yes
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue