~aleteoryx/muditaos

ref: 7f72e4c55787a5a42daa31cbf71e1967c5490e9e muditaos/image/user/data/equalizer/earspeaker_routing.json -rw-r--r-- 817 bytes
7f72e4c5 — Adam Dobrowolski [EGD-8208] Audio try to handle actual stop 4 years 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
{
  "samplerate": 16000,
  "bitWidth": 16,
  "flags": 5,
  "outputVolume": 1,
  "inputGain": 0,
  "inputPath": 1,
  "outputPath": 1,
  "filterParams": [
    {
      "filterType": "HighPass",
      "frequency": 700,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": 10
    },
    {
      "filterType": "LowPass",
      "frequency": 4993.7,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": -5
    },
    {
      "filterType": "LowPass",
      "frequency": 6000,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": 10
    },
    {
      "filterType": "HighPass",
      "frequency": 100.4,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": 10
    },
    {
      "filterType": "Notch",
      "frequency": 1500.7,
      "samplerate": 44100,
      "Q": 0.701,
      "gain": -3
    }
  ]
}