~aleteoryx/muditaos

ref: 1016d825c7ce2da0aeb8ea85794cc44a739ea4cd muditaos/image/system_a/data/equalizer/earspeaker_routing.json -rw-r--r-- 857 bytes
1016d825 — Lefucjusz [BH-2093] Add changelog entry 6 months ago
                                                                                
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
{
  "samplerate": 16000,
  "bitWidth": 16,
  "flags": 5,
  "outputVolume": 1,
  "inputGain": 0,
  "inputPath": 1,
  "outputPath": 1,
  "playbackPathGain": 0,
  "playbackPathAtten": 12,
  "filterParams": [
    {
      "filterType": "HighPass",
      "frequency": 300,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": 0
    },
    {
      "filterType": "Parametric",
      "frequency": 3000,
      "samplerate": 44100,
      "Q": 1,
      "gain": 10
    },
    {
      "filterType": "None",
      "frequency": 6000,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": 10
    },
    {
      "filterType": "None",
      "frequency": 100.4,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": 10
    },
    {
      "filterType": "None",
      "frequency": 1500.7,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": -3
    }
  ]
}