Skip to content

Instantly share code, notes, and snippets.

@Tatsh
Created August 4, 2022 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tatsh/7b6b2c72b9f3aa4805e047b353806f0c to your computer and use it in GitHub Desktop.
Save Tatsh/7b6b2c72b9f3aa4805e047b353806f0c to your computer and use it in GitHub Desktop.
Full Bass + Treble based on Clementine's preset
{
"output": {
"blocklist": [],
"equalizer": {
"bypass": false,
"input-gain": 0.0,
"left": {
"band0": {
"frequency": 60.0,
"gain": 4.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band1": {
"frequency": 170.0,
"gain": 3.6,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372453,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band2": {
"frequency": 310.0,
"gain": 0.0,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band3": {
"frequency": 600.0,
"gain": -9.6,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band4": {
"frequency": 1000.0,
"gain": -6.0,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372453,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band5": {
"frequency": 3000.0,
"gain": 1.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band6": {
"frequency": 6000.0,
"gain": 5.4,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372449,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band7": {
"frequency": 12000.0,
"gain": 6.6,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372449,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band8": {
"frequency": 14000.0,
"gain": 7.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372453,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band9": {
"frequency": 16000.0,
"gain": 7.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
}
},
"mode": "IIR",
"num-bands": 10,
"output-gain": 0.0,
"right": {
"band0": {
"frequency": 60.0,
"gain": 4.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band1": {
"frequency": 170.0,
"gain": 3.6,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372453,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band2": {
"frequency": 310.0,
"gain": 0.0,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band3": {
"frequency": 600.0,
"gain": -9.6,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band4": {
"frequency": 1000.0,
"gain": -6.0,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372453,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band5": {
"frequency": 3000.0,
"gain": 1.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band6": {
"frequency": 6000.0,
"gain": 5.4,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372449,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band7": {
"frequency": 12000.0,
"gain": 6.6,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372449,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band8": {
"frequency": 14000.0,
"gain": 7.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.5047602375372453,
"slope": "x1",
"solo": false,
"type": "Bell"
},
"band9": {
"frequency": 16000.0,
"gain": 7.2,
"mode": "RLC (BT)",
"mute": false,
"q": 1.504760237537245,
"slope": "x1",
"solo": false,
"type": "Bell"
}
},
"split-channels": false
},
"plugins_order": [
"equalizer"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment