50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
# Backend URL
|
|
backend: http://89.184.187.247:8080
|
|
|
|
# Phone / instance name
|
|
name:
|
|
|
|
# Task name used to answer calls. Required for answerers only.
|
|
task:
|
|
|
|
# Exit from script after number of calls. Usually systemd restarts script after.
|
|
task_limit: 1
|
|
|
|
# Should we force first task in the list ? It will run immediately
|
|
force_task: no
|
|
|
|
# Use lite speech_detector instead of silence_eraser
|
|
speech_detector: yes
|
|
|
|
audio:
|
|
# Audio device used to play audio
|
|
play_device: "hw:2,0"
|
|
|
|
# Audio device used to record audio
|
|
record_device: "hw:2,0"
|
|
|
|
# Use native audio utilities from alsa-utils package instead of PyAudio based implementation
|
|
ALSA: yes
|
|
|
|
# Use samplerate
|
|
samplerate: 48000
|
|
|
|
bluetooth: no
|
|
bluetooth_mac: ""
|
|
|
|
log:
|
|
# Log file path (otherwise log will be sent to syslog)
|
|
path:
|
|
|
|
# Verbose logging
|
|
verbose: yes
|
|
|
|
# Log ADB output
|
|
adb: yes
|
|
|
|
# Upload full audio recordings
|
|
audio: yes
|
|
|
|
# Where to keep audio
|
|
audio_dir: /dev/shm
|