blob: 58a328ca609290eb218b507842c08c4b812c6649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
camilla_host: "0.0.0.0"
camilla_port: 1234
port: 5005
config_dir: "/srv/http/data/camilladsp/configs"
coeff_dir: "/srv/http/data/camilladsp/coeffs"
default_config: "/srv/http/data/camilladsp/configs/default_config.yml"
active_config: "/srv/http/data/camilladsp/configs/active_config.yml"
log_file: "/var/log/camilladsp.log"
update_symlink: true
on_set_active_config: "/srv/http/bash/settings/features.sh camilladspasound"
on_get_active_config: null
supported_capture_types: null
supported_playback_types: null
|