~aleteoryx/muditaos

ref: 44d3306f280cc7d6daa718d2a9f6323e48f54616 muditaos/module-audio/Audio/test/testfiles/testProfileFallback.json -rw-r--r-- 861 bytes
44d3306f — rrandomsky [CP-1059] Fix for erase only sensitive data from logs 2 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
    }
  ]
}