summarylogtreecommitdiffstats
path: root/camilladsp.yml
blob: e3c78642c02956533abe984dab15a12915bc45f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: ~
description: ~
devices:
  samplerate: 44100
  chunksize: 2048
  queuelimit: 4
  silence_threshold: -60.0
  silence_timeout: 3.0
  capture:
    type: Alsa
    channels: 2
    device: "hw:Loopback,0"
    format: S32LE
  playback:
    type: Alsa
    channels: 2
    device: "hw:0,0"
    format: S16LE
  enable_rate_adjust: false
  target_level: 2048
  adjust_period: 10.0
  resampler: ~
  capture_samplerate: ~
  stop_on_rate_change: false
  rate_measure_interval: 3.0
  volume_ramp_time: ~
mixers: {}
filters:
  Bass:
    type: Biquad
    description: ~
    parameters:
      type: Lowshelf
      freq: 85.0
      q: 0.9
      gain: 0.0
  Treble:
    type: Biquad
    description: ~
    parameters:
      type: Highshelf
      freq: 6500.0
      q: 0.7
      gain: 0.0
processors: ~
pipeline:
  - type: Filter
    channel: 0
    names:
      - Bass
      - Treble
    description: ~
    bypassed: ~
  - type: Filter
    channel: 1
    names:
      - Bass
      - Treble
    description: ~
    bypassed: ~