~aleteoryx/muditaos

ref: ef556d43f24756643effcb43ee3866421c08a52d muditaos/module-audio/Audio/test/testfiles/testProfileFallback.json -rw-r--r-- 861 bytes
ef556d43 — Pawel Olejniczak [CP-1423] Update backup and restore endpoint API test 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": 44100,
  "bitWidth": 8,
  "flags": 1,
  "outputVolume": 1,
  "inputGain": 2,
  "inputPath": 2,
  "outputPath": 3,
  "playbackPathGain": 30,
  "playbackPathAtten": -17,
  "filterParams": [
    {
      "filterType": "None",
      "frequency": 1000.2,
      "samplerate": 44100,
      "Q": 0.7,
      "gain": 10
    },
    {
      "filterType": "HighPass",
      "frequency": 2000.0,
      "samplerate": 8000,
      "Q": 1.7,
      "gain": -10
    },
    {
      "filterType": "LowPass",
      "frequency": 10000,
      "samplerate": 44100,
      "Q": 0.75,
      "gain": 2.5
    },
    {
      "filterType": "Notch",
      "frequency": 2500,
      "samplerate": 44100,
      "Q": 4.4,
      "gain": 5.3
    },
    {
      "filterType": "BandPass",
      "frequency": 1000,
      "samplerate": 44100,
      "Q": 0.7,
      "gain": 10
    }
  ]
}