~aleteoryx/muditaos

ref: 5d2b8bbbeeb521e7be95b1cd8cef0d9a2e4d889f muditaos/image/user/data/equalizer/loudspeaker_routing.json -rw-r--r-- 859 bytes
5d2b8bbb — Bartosz Cichocki [MOS-506] Apply new audio config from R&D in Wrocław 3 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
47
48
{
  "samplerate": 16000,
  "bitWidth": 16,
  "flags": 5,
  "outputVolume": 1,
  "inputGain": 0,
  "inputPath": 1,
  "outputPath": 2,
  "playbackPathGain": 0,
  "playbackPathAtten": 5,
  "filterParams": [
    {
      "filterType": "None",
      "frequency": 100.2,
      "samplerate": 16000,
      "Q": 0.701,
      "gain": 0
    },
    {
      "filterType": "None",
      "frequency": 17996.2,
      "samplerate": 16000,
      "Q": 0.701,
      "gain": 0
    },
    {
      "filterType": "None",
      "frequency": 13984.7,
      "samplerate": 16000,
      "Q": 0.701,
      "gain": -10
    },
    {
      "filterType": "None",
      "frequency": 200.4,
      "samplerate": 16000,
      "Q": 0.701,
      "gain": -10
    },
    {
      "filterType": "None",
      "frequency": 1496.7,
      "samplerate": 16000,
      "Q": 0.701,
      "gain": -4
    }
  ]
}