Skip to content

Commit

Permalink
Update camilla template yml to v3 format
Browse files Browse the repository at this point in the history
  • Loading branch information
moodeaudio committed Feb 6, 2025
1 parent 355190c commit b8a7060
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
42 changes: 21 additions & 21 deletions usr/share/camilladsp/__config_template__.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
devices:
samplerate: 44100
chunksize: 4096
queuelimit: 1
volume_ramp_time: 150
capture:
type: File
channels: 2
filename: "/dev/stdin"
format: S16LE
type: Stdin
chunksize: 4096
playback:
type: Alsa
channels: 2
device: "plughw:0,0"
device: plughw:0,0
format: S16LE
type: Alsa
queuelimit: 1
samplerate: 44100
volume_ramp_time: 150
filters:
mastergain:
type: Gain
parameters:
gain: 0
mastergain:
parameters:
gain: 0
type: Gain
pipeline:
- type: Filter
channel: 0
names:
- mastergain
- type: Filter
channel: 1
names:
- mastergain

- channels:
- 0
names:
- mastergain
type: Filter
- channels:
- 1
names:
- mastergain
type: Filter
9 changes: 5 additions & 4 deletions usr/share/camilladsp/__quick_convolution__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ devices:
queuelimit: 1
volume_ramp_time: 150
capture:
type: File
channels: 2
filename: "/dev/stdin"
format: S16LE
type: Stdin
playback:
type: Alsa
channels: 2
Expand Down Expand Up @@ -50,12 +49,14 @@ pipeline:
- type: Mixer
name: stereo
- type: Filter
channel: 0
channels:
- 0
names:
- mastergain
- ir_left
- type: Filter
channel: 1
channels:
- 1
names:
- mastergain
- ir_right
Expand Down

0 comments on commit b8a7060

Please sign in to comment.