├── LICENSE ├── README.md ├── Music.json ├── Sony.json ├── Bose.json └── Video.json /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Bundy01 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # EasyEffects-Presets 2 | **Presets for [EasyEffects](https://github.com/wwmm/easyeffects) on [Pipewire](https://pipewire.org/) (Bose, Music, Sony and Video).** 3 | 4 | ## Installation for GNU/Linux distributions using AUR 5 | You can now install the presets with an AUR-Helper such as `pikaur` (recommended). 6 | ```console 7 | pikaur -S easyeffects-bundy01-presets 8 | ``` 9 | 10 | Or manually 11 | ```console 12 | pacman -S --needed git base-devel 13 | git clone https://aur.archlinux.org/easyeffects-bundy01-presets.git 14 | cd easyeffects-bundy01-presets 15 | makepkg -fsri 16 | rm -rf easyeffects-bundy01-presets 17 | ``` 18 | 19 | ## Installation for other distributions 20 | * Install `easyeffects` and its dependencies. 21 | 22 | ### Download of presets 23 | * Click on `Code` in this repository. 24 | * Then select `Download ZIP`. 25 | 26 | ### Import of presets 27 | * You can use the `Import Preset` button that is beside the `Add` preset button. 28 | 29 | Or 30 | * Move the **JSON** presets to `~/.config/easyeffects/output`. 31 | * If you have installed EasyEffects with Flatpak, it's here `~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output`. 32 | 33 | ### Presets dependencies 34 | You will need to install the `mda.lv2` or `mda-lv2`, `lsp-plugins-lv2` and `zam-plugins-lv2` or `zam-plugins` packages from your GNU/Linux distribution to enable the presets effects. 35 | 36 | 37 | ## Settings 38 | * **Bass** 39 | * Adjust your bass to the speaker levels if the presets are not suitable or use EasyEffects in `Preset`, select a preset and then change `Loudness` in dB from `Bass Loudness` effect. 40 | * Saves the changes in `Preset`. 41 | 42 | * **Video Preset** 43 | * If you get audio crackling when using this preset, you'll need to increase Pipewire's Quantum. **The following command is valid for the current session only.** 44 | ```console 45 | pw-metadata -n settings 0 clock.force-quantum VALUE 46 | ``` 47 | 48 | **VALUE:** This is a multiple of 8 and greater than 1024. Its maximum value is 8192. For example `2048`. 49 | This number should be as small as possible (without cracking), because increasing the Quantum also increases latency. You can see this with `pw-top`. 50 | 51 | * If for any reason you wish to revert to the default Quantum during the session. 52 | ```console 53 | pw-metadata -n settings 0 clock.force-quantum 0 54 | ``` 55 | 56 | # 🖤️ Enjoy the sound 🖤️ 57 | -------------------------------------------------------------------------------- /Music.json: -------------------------------------------------------------------------------- 1 | { 2 | "output": { 3 | "bass_loudness#0": { 4 | "bypass": false, 5 | "input-gain": 0.0, 6 | "link": -9.0, 7 | "loudness": -3.0, 8 | "output": -9.5, 9 | "output-gain": 0.0 10 | }, 11 | "blocklist": [], 12 | "equalizer#0": { 13 | "balance": 0.0, 14 | "bypass": false, 15 | "input-gain": 0.0, 16 | "left": { 17 | "band0": { 18 | "frequency": 25.0, 19 | "gain": 0.0, 20 | "mode": "RLC (BT)", 21 | "mute": false, 22 | "q": 4.36, 23 | "slope": "x1", 24 | "solo": false, 25 | "type": "Bell", 26 | "width": 4.0 27 | }, 28 | "band1": { 29 | "frequency": 40.0, 30 | "gain": 1.5, 31 | "mode": "RLC (BT)", 32 | "mute": false, 33 | "q": 4.36, 34 | "slope": "x1", 35 | "solo": false, 36 | "type": "Bell", 37 | "width": 4.0 38 | }, 39 | "band10": { 40 | "frequency": 2600.0, 41 | "gain": -1.5, 42 | "mode": "RLC (BT)", 43 | "mute": false, 44 | "q": 4.36, 45 | "slope": "x1", 46 | "solo": false, 47 | "type": "Bell", 48 | "width": 4.0 49 | }, 50 | "band11": { 51 | "frequency": 4100.0, 52 | "gain": 0.5, 53 | "mode": "RLC (BT)", 54 | "mute": false, 55 | "q": 4.36, 56 | "slope": "x1", 57 | "solo": false, 58 | "type": "Bell", 59 | "width": 4.0 60 | }, 61 | "band12": { 62 | "frequency": 6500.0, 63 | "gain": 1.5, 64 | "mode": "RLC (BT)", 65 | "mute": false, 66 | "q": 4.36, 67 | "slope": "x1", 68 | "solo": false, 69 | "type": "Bell", 70 | "width": 4.0 71 | }, 72 | "band13": { 73 | "frequency": 10300.0, 74 | "gain": 2.0, 75 | "mode": "RLC (BT)", 76 | "mute": false, 77 | "q": 4.36, 78 | "slope": "x1", 79 | "solo": false, 80 | "type": "Bell", 81 | "width": 4.0 82 | }, 83 | "band14": { 84 | "frequency": 16500.0, 85 | "gain": 0.5, 86 | "mode": "RLC (BT)", 87 | "mute": false, 88 | "q": 4.36, 89 | "slope": "x1", 90 | "solo": false, 91 | "type": "Bell", 92 | "width": 4.0 93 | }, 94 | "band2": { 95 | "frequency": 65.0, 96 | "gain": 3.0, 97 | "mode": "RLC (BT)", 98 | "mute": false, 99 | "q": 4.36, 100 | "slope": "x1", 101 | "solo": false, 102 | "type": "Bell", 103 | "width": 4.0 104 | }, 105 | "band3": { 106 | "frequency": 100.0, 107 | "gain": 4.0, 108 | "mode": "RLC (BT)", 109 | "mute": false, 110 | "q": 4.36, 111 | "slope": "x1", 112 | "solo": false, 113 | "type": "Bell", 114 | "width": 4.0 115 | }, 116 | "band4": { 117 | "frequency": 160.0, 118 | "gain": 4.5, 119 | "mode": "RLC (BT)", 120 | "mute": false, 121 | "q": 4.36, 122 | "slope": "x1", 123 | "solo": false, 124 | "type": "Bell", 125 | "width": 4.0 126 | }, 127 | "band5": { 128 | "frequency": 255.0, 129 | "gain": 3.0, 130 | "mode": "RLC (BT)", 131 | "mute": false, 132 | "q": 4.36, 133 | "slope": "x1", 134 | "solo": false, 135 | "type": "Bell", 136 | "width": 4.0 137 | }, 138 | "band6": { 139 | "frequency": 410.0, 140 | "gain": 0.5, 141 | "mode": "RLC (BT)", 142 | "mute": false, 143 | "q": 4.36, 144 | "slope": "x1", 145 | "solo": false, 146 | "type": "Bell", 147 | "width": 4.0 148 | }, 149 | "band7": { 150 | "frequency": 650.0, 151 | "gain": -3.0, 152 | "mode": "RLC (BT)", 153 | "mute": false, 154 | "q": 4.36, 155 | "slope": "x1", 156 | "solo": false, 157 | "type": "Bell", 158 | "width": 4.0 159 | }, 160 | "band8": { 161 | "frequency": 1000.0, 162 | "gain": -5.0, 163 | "mode": "RLC (BT)", 164 | "mute": false, 165 | "q": 4.36, 166 | "slope": "x1", 167 | "solo": false, 168 | "type": "Bell", 169 | "width": 4.0 170 | }, 171 | "band9": { 172 | "frequency": 1600.0, 173 | "gain": -4.5, 174 | "mode": "RLC (BT)", 175 | "mute": false, 176 | "q": 4.36, 177 | "slope": "x1", 178 | "solo": false, 179 | "type": "Bell", 180 | "width": 4.0 181 | } 182 | }, 183 | "mode": "IIR", 184 | "num-bands": 15, 185 | "output-gain": 0.0, 186 | "pitch-left": 0.0, 187 | "pitch-right": 0.0, 188 | "right": { 189 | "band0": { 190 | "frequency": 25.0, 191 | "gain": 0.0, 192 | "mode": "RLC (BT)", 193 | "mute": false, 194 | "q": 4.36, 195 | "slope": "x1", 196 | "solo": false, 197 | "type": "Bell", 198 | "width": 4.0 199 | }, 200 | "band1": { 201 | "frequency": 40.0, 202 | "gain": 1.5, 203 | "mode": "RLC (BT)", 204 | "mute": false, 205 | "q": 4.36, 206 | "slope": "x1", 207 | "solo": false, 208 | "type": "Bell", 209 | "width": 4.0 210 | }, 211 | "band10": { 212 | "frequency": 2600.0, 213 | "gain": -1.5, 214 | "mode": "RLC (BT)", 215 | "mute": false, 216 | "q": 4.36, 217 | "slope": "x1", 218 | "solo": false, 219 | "type": "Bell", 220 | "width": 4.0 221 | }, 222 | "band11": { 223 | "frequency": 4100.0, 224 | "gain": 0.5, 225 | "mode": "RLC (BT)", 226 | "mute": false, 227 | "q": 4.36, 228 | "slope": "x1", 229 | "solo": false, 230 | "type": "Bell", 231 | "width": 4.0 232 | }, 233 | "band12": { 234 | "frequency": 6500.0, 235 | "gain": 1.5, 236 | "mode": "RLC (BT)", 237 | "mute": false, 238 | "q": 4.36, 239 | "slope": "x1", 240 | "solo": false, 241 | "type": "Bell", 242 | "width": 4.0 243 | }, 244 | "band13": { 245 | "frequency": 10300.0, 246 | "gain": 2.0, 247 | "mode": "RLC (BT)", 248 | "mute": false, 249 | "q": 4.36, 250 | "slope": "x1", 251 | "solo": false, 252 | "type": "Bell", 253 | "width": 4.0 254 | }, 255 | "band14": { 256 | "frequency": 16500.0, 257 | "gain": 0.5, 258 | "mode": "RLC (BT)", 259 | "mute": false, 260 | "q": 4.36, 261 | "slope": "x1", 262 | "solo": false, 263 | "type": "Bell", 264 | "width": 4.0 265 | }, 266 | "band2": { 267 | "frequency": 65.0, 268 | "gain": 3.0, 269 | "mode": "RLC (BT)", 270 | "mute": false, 271 | "q": 4.36, 272 | "slope": "x1", 273 | "solo": false, 274 | "type": "Bell", 275 | "width": 4.0 276 | }, 277 | "band3": { 278 | "frequency": 100.0, 279 | "gain": 4.0, 280 | "mode": "RLC (BT)", 281 | "mute": false, 282 | "q": 4.36, 283 | "slope": "x1", 284 | "solo": false, 285 | "type": "Bell", 286 | "width": 4.0 287 | }, 288 | "band4": { 289 | "frequency": 160.0, 290 | "gain": 4.5, 291 | "mode": "RLC (BT)", 292 | "mute": false, 293 | "q": 4.36, 294 | "slope": "x1", 295 | "solo": false, 296 | "type": "Bell", 297 | "width": 4.0 298 | }, 299 | "band5": { 300 | "frequency": 255.0, 301 | "gain": 3.0, 302 | "mode": "RLC (BT)", 303 | "mute": false, 304 | "q": 4.36, 305 | "slope": "x1", 306 | "solo": false, 307 | "type": "Bell", 308 | "width": 4.0 309 | }, 310 | "band6": { 311 | "frequency": 410.0, 312 | "gain": 0.5, 313 | "mode": "RLC (BT)", 314 | "mute": false, 315 | "q": 4.36, 316 | "slope": "x1", 317 | "solo": false, 318 | "type": "Bell", 319 | "width": 4.0 320 | }, 321 | "band7": { 322 | "frequency": 650.0, 323 | "gain": -3.0, 324 | "mode": "RLC (BT)", 325 | "mute": false, 326 | "q": 4.36, 327 | "slope": "x1", 328 | "solo": false, 329 | "type": "Bell", 330 | "width": 4.0 331 | }, 332 | "band8": { 333 | "frequency": 1000.0, 334 | "gain": -5.0, 335 | "mode": "RLC (BT)", 336 | "mute": false, 337 | "q": 4.36, 338 | "slope": "x1", 339 | "solo": false, 340 | "type": "Bell", 341 | "width": 4.0 342 | }, 343 | "band9": { 344 | "frequency": 1600.0, 345 | "gain": -4.5, 346 | "mode": "RLC (BT)", 347 | "mute": false, 348 | "q": 4.36, 349 | "slope": "x1", 350 | "solo": false, 351 | "type": "Bell", 352 | "width": 4.0 353 | } 354 | }, 355 | "split-channels": false 356 | }, 357 | "maximizer#0": { 358 | "bypass": false, 359 | "input-gain": 0.0, 360 | "output-gain": 0.0, 361 | "release": 25.0, 362 | "threshold": 0.0 363 | }, 364 | "plugins_order": [ 365 | "bass_loudness#0", 366 | "equalizer#0", 367 | "maximizer#0" 368 | ] 369 | } 370 | } 371 | -------------------------------------------------------------------------------- /Sony.json: -------------------------------------------------------------------------------- 1 | { 2 | "output": { 3 | "bass_loudness#0": { 4 | "bypass": false, 5 | "input-gain": 0.0, 6 | "link": -9.0, 7 | "loudness": -3.0, 8 | "output": -10.5, 9 | "output-gain": 0.0 10 | }, 11 | "blocklist": [], 12 | "equalizer#0": { 13 | "balance": 0.0, 14 | "bypass": false, 15 | "input-gain": 0.0, 16 | "left": { 17 | "band0": { 18 | "frequency": 50.0, 19 | "gain": 3.0, 20 | "mode": "RLC (BT)", 21 | "mute": false, 22 | "q": 4.36, 23 | "slope": "x1", 24 | "solo": false, 25 | "type": "Bell", 26 | "width": 4.0 27 | }, 28 | "band1": { 29 | "frequency": 100.0, 30 | "gain": 7.0, 31 | "mode": "RLC (BT)", 32 | "mute": false, 33 | "q": 4.36, 34 | "slope": "x1", 35 | "solo": false, 36 | "type": "Bell", 37 | "width": 4.0 38 | }, 39 | "band10": { 40 | "frequency": 2500.0, 41 | "gain": 3.1, 42 | "mode": "RLC (BT)", 43 | "mute": false, 44 | "q": 4.36, 45 | "slope": "x1", 46 | "solo": false, 47 | "type": "Bell", 48 | "width": 4.0 49 | }, 50 | "band11": { 51 | "frequency": 3500.0, 52 | "gain": 7.9, 53 | "mode": "RLC (BT)", 54 | "mute": false, 55 | "q": 4.36, 56 | "slope": "x1", 57 | "solo": false, 58 | "type": "Bell", 59 | "width": 4.0 60 | }, 61 | "band12": { 62 | "frequency": 5000.0, 63 | "gain": 9.6, 64 | "mode": "RLC (BT)", 65 | "mute": false, 66 | "q": 4.36, 67 | "slope": "x1", 68 | "solo": false, 69 | "type": "Bell", 70 | "width": 4.0 71 | }, 72 | "band13": { 73 | "frequency": 10000.0, 74 | "gain": 9.9, 75 | "mode": "RLC (BT)", 76 | "mute": false, 77 | "q": 4.36, 78 | "slope": "x1", 79 | "solo": false, 80 | "type": "Bell", 81 | "width": 4.0 82 | }, 83 | "band14": { 84 | "frequency": 20000.0, 85 | "gain": 6.8, 86 | "mode": "RLC (BT)", 87 | "mute": false, 88 | "q": 4.36, 89 | "slope": "x1", 90 | "solo": false, 91 | "type": "Bell", 92 | "width": 4.0 93 | }, 94 | "band2": { 95 | "frequency": 156.0, 96 | "gain": 7.3, 97 | "mode": "RLC (BT)", 98 | "mute": false, 99 | "q": 4.36, 100 | "slope": "x1", 101 | "solo": false, 102 | "type": "Bell", 103 | "width": 4.0 104 | }, 105 | "band3": { 106 | "frequency": 220.0, 107 | "gain": 7.0, 108 | "mode": "RLC (BT)", 109 | "mute": false, 110 | "q": 4.36, 111 | "slope": "x1", 112 | "solo": false, 113 | "type": "Bell", 114 | "width": 4.0 115 | }, 116 | "band4": { 117 | "frequency": 311.0, 118 | "gain": 3.0, 119 | "mode": "RLC (BT)", 120 | "mute": false, 121 | "q": 4.36, 122 | "slope": "x1", 123 | "solo": false, 124 | "type": "Bell", 125 | "width": 4.0 126 | }, 127 | "band5": { 128 | "frequency": 440.0, 129 | "gain": -1.0, 130 | "mode": "RLC (BT)", 131 | "mute": false, 132 | "q": 4.36, 133 | "slope": "x1", 134 | "solo": false, 135 | "type": "Bell", 136 | "width": 4.0 137 | }, 138 | "band6": { 139 | "frequency": 622.0, 140 | "gain": -6.6, 141 | "mode": "RLC (BT)", 142 | "mute": false, 143 | "q": 4.36, 144 | "slope": "x1", 145 | "solo": false, 146 | "type": "Bell", 147 | "width": 4.0 148 | }, 149 | "band7": { 150 | "frequency": 880.0, 151 | "gain": -6.3, 152 | "mode": "RLC (BT)", 153 | "mute": false, 154 | "q": 4.36, 155 | "slope": "x1", 156 | "solo": false, 157 | "type": "Bell", 158 | "width": 4.0 159 | }, 160 | "band8": { 161 | "frequency": 1250.0, 162 | "gain": -4.5, 163 | "mode": "RLC (BT)", 164 | "mute": false, 165 | "q": 4.36, 166 | "slope": "x1", 167 | "solo": false, 168 | "type": "Bell", 169 | "width": 4.0 170 | }, 171 | "band9": { 172 | "frequency": 1750.0, 173 | "gain": -4.0, 174 | "mode": "RLC (BT)", 175 | "mute": false, 176 | "q": 4.36, 177 | "slope": "x1", 178 | "solo": false, 179 | "type": "Bell", 180 | "width": 4.0 181 | } 182 | }, 183 | "mode": "IIR", 184 | "num-bands": 15, 185 | "output-gain": 0.0, 186 | "pitch-left": 0.0, 187 | "pitch-right": 0.0, 188 | "right": { 189 | "band0": { 190 | "frequency": 50.0, 191 | "gain": 3.0, 192 | "mode": "RLC (BT)", 193 | "mute": false, 194 | "q": 4.36, 195 | "slope": "x1", 196 | "solo": false, 197 | "type": "Bell", 198 | "width": 4.0 199 | }, 200 | "band1": { 201 | "frequency": 100.0, 202 | "gain": 7.0, 203 | "mode": "RLC (BT)", 204 | "mute": false, 205 | "q": 4.36, 206 | "slope": "x1", 207 | "solo": false, 208 | "type": "Bell", 209 | "width": 4.0 210 | }, 211 | "band10": { 212 | "frequency": 2500.0, 213 | "gain": 3.1, 214 | "mode": "RLC (BT)", 215 | "mute": false, 216 | "q": 4.36, 217 | "slope": "x1", 218 | "solo": false, 219 | "type": "Bell", 220 | "width": 4.0 221 | }, 222 | "band11": { 223 | "frequency": 3500.0, 224 | "gain": 7.9, 225 | "mode": "RLC (BT)", 226 | "mute": false, 227 | "q": 4.36, 228 | "slope": "x1", 229 | "solo": false, 230 | "type": "Bell", 231 | "width": 4.0 232 | }, 233 | "band12": { 234 | "frequency": 5000.0, 235 | "gain": 9.6, 236 | "mode": "RLC (BT)", 237 | "mute": false, 238 | "q": 4.36, 239 | "slope": "x1", 240 | "solo": false, 241 | "type": "Bell", 242 | "width": 4.0 243 | }, 244 | "band13": { 245 | "frequency": 10000.0, 246 | "gain": 9.9, 247 | "mode": "RLC (BT)", 248 | "mute": false, 249 | "q": 4.36, 250 | "slope": "x1", 251 | "solo": false, 252 | "type": "Bell", 253 | "width": 4.0 254 | }, 255 | "band14": { 256 | "frequency": 20000.0, 257 | "gain": 6.8, 258 | "mode": "RLC (BT)", 259 | "mute": false, 260 | "q": 4.36, 261 | "slope": "x1", 262 | "solo": false, 263 | "type": "Bell", 264 | "width": 4.0 265 | }, 266 | "band2": { 267 | "frequency": 156.0, 268 | "gain": 7.3, 269 | "mode": "RLC (BT)", 270 | "mute": false, 271 | "q": 4.36, 272 | "slope": "x1", 273 | "solo": false, 274 | "type": "Bell", 275 | "width": 4.0 276 | }, 277 | "band3": { 278 | "frequency": 220.0, 279 | "gain": 7.0, 280 | "mode": "RLC (BT)", 281 | "mute": false, 282 | "q": 4.36, 283 | "slope": "x1", 284 | "solo": false, 285 | "type": "Bell", 286 | "width": 4.0 287 | }, 288 | "band4": { 289 | "frequency": 311.0, 290 | "gain": 3.0, 291 | "mode": "RLC (BT)", 292 | "mute": false, 293 | "q": 4.36, 294 | "slope": "x1", 295 | "solo": false, 296 | "type": "Bell", 297 | "width": 4.0 298 | }, 299 | "band5": { 300 | "frequency": 440.0, 301 | "gain": -1.0, 302 | "mode": "RLC (BT)", 303 | "mute": false, 304 | "q": 4.36, 305 | "slope": "x1", 306 | "solo": false, 307 | "type": "Bell", 308 | "width": 4.0 309 | }, 310 | "band6": { 311 | "frequency": 622.0, 312 | "gain": -6.6, 313 | "mode": "RLC (BT)", 314 | "mute": false, 315 | "q": 4.36, 316 | "slope": "x1", 317 | "solo": false, 318 | "type": "Bell", 319 | "width": 4.0 320 | }, 321 | "band7": { 322 | "frequency": 880.0, 323 | "gain": -6.3, 324 | "mode": "RLC (BT)", 325 | "mute": false, 326 | "q": 4.36, 327 | "slope": "x1", 328 | "solo": false, 329 | "type": "Bell", 330 | "width": 4.0 331 | }, 332 | "band8": { 333 | "frequency": 1250.0, 334 | "gain": -4.5, 335 | "mode": "RLC (BT)", 336 | "mute": false, 337 | "q": 4.36, 338 | "slope": "x1", 339 | "solo": false, 340 | "type": "Bell", 341 | "width": 4.0 342 | }, 343 | "band9": { 344 | "frequency": 1750.0, 345 | "gain": -4.0, 346 | "mode": "RLC (BT)", 347 | "mute": false, 348 | "q": 4.36, 349 | "slope": "x1", 350 | "solo": false, 351 | "type": "Bell", 352 | "width": 4.0 353 | } 354 | }, 355 | "split-channels": false 356 | }, 357 | "maximizer#0": { 358 | "bypass": false, 359 | "input-gain": 0.0, 360 | "output-gain": 0.0, 361 | "release": 25.0, 362 | "threshold": 0.0 363 | }, 364 | "plugins_order": [ 365 | "bass_loudness#0", 366 | "equalizer#0", 367 | "maximizer#0" 368 | ] 369 | } 370 | } 371 | -------------------------------------------------------------------------------- /Bose.json: -------------------------------------------------------------------------------- 1 | { 2 | "output": { 3 | "bass_loudness#0": { 4 | "bypass": false, 5 | "input-gain": 0.0, 6 | "link": -9.0, 7 | "loudness": -3.3, 8 | "output": -7.0, 9 | "output-gain": 0.0 10 | }, 11 | "blocklist": [], 12 | "equalizer#0": { 13 | "balance": 0.0, 14 | "bypass": false, 15 | "input-gain": 0.0, 16 | "left": { 17 | "band0": { 18 | "frequency": 50.0, 19 | "gain": 6.1, 20 | "mode": "RLC (BT)", 21 | "mute": false, 22 | "q": 4.36, 23 | "slope": "x1", 24 | "solo": false, 25 | "type": "Bell", 26 | "width": 4.0 27 | }, 28 | "band1": { 29 | "frequency": 100.0, 30 | "gain": 3.7, 31 | "mode": "RLC (BT)", 32 | "mute": false, 33 | "q": 4.36, 34 | "slope": "x1", 35 | "solo": false, 36 | "type": "Bell", 37 | "width": 4.0 38 | }, 39 | "band10": { 40 | "frequency": 2500.0, 41 | "gain": -2.7, 42 | "mode": "RLC (BT)", 43 | "mute": false, 44 | "q": 4.36, 45 | "slope": "x1", 46 | "solo": false, 47 | "type": "Bell", 48 | "width": 4.0 49 | }, 50 | "band11": { 51 | "frequency": 3500.0, 52 | "gain": -1.0, 53 | "mode": "RLC (BT)", 54 | "mute": false, 55 | "q": 4.36, 56 | "slope": "x1", 57 | "solo": false, 58 | "type": "Bell", 59 | "width": 4.0 60 | }, 61 | "band12": { 62 | "frequency": 5000.0, 63 | "gain": -1.3, 64 | "mode": "RLC (BT)", 65 | "mute": false, 66 | "q": 4.36, 67 | "slope": "x1", 68 | "solo": false, 69 | "type": "Bell", 70 | "width": 4.0 71 | }, 72 | "band13": { 73 | "frequency": 10000.0, 74 | "gain": 2.4, 75 | "mode": "RLC (BT)", 76 | "mute": false, 77 | "q": 4.36, 78 | "slope": "x1", 79 | "solo": false, 80 | "type": "Bell", 81 | "width": 4.0 82 | }, 83 | "band14": { 84 | "frequency": 20000.0, 85 | "gain": 5.7, 86 | "mode": "RLC (BT)", 87 | "mute": false, 88 | "q": 4.36, 89 | "slope": "x1", 90 | "solo": false, 91 | "type": "Bell", 92 | "width": 4.0 93 | }, 94 | "band2": { 95 | "frequency": 156.0, 96 | "gain": -2.0, 97 | "mode": "RLC (BT)", 98 | "mute": false, 99 | "q": 4.36, 100 | "slope": "x1", 101 | "solo": false, 102 | "type": "Bell", 103 | "width": 4.0 104 | }, 105 | "band3": { 106 | "frequency": 222.0, 107 | "gain": -3.7, 108 | "mode": "RLC (BT)", 109 | "mute": false, 110 | "q": 4.36, 111 | "slope": "x1", 112 | "solo": false, 113 | "type": "Bell", 114 | "width": 4.0 115 | }, 116 | "band4": { 117 | "frequency": 311.0, 118 | "gain": -5.0, 119 | "mode": "RLC (BT)", 120 | "mute": false, 121 | "q": 4.36, 122 | "slope": "x1", 123 | "solo": false, 124 | "type": "Bell", 125 | "width": 4.0 126 | }, 127 | "band5": { 128 | "frequency": 440.0, 129 | "gain": -10.0, 130 | "mode": "RLC (BT)", 131 | "mute": false, 132 | "q": 4.36, 133 | "slope": "x1", 134 | "solo": false, 135 | "type": "Bell", 136 | "width": 4.0 137 | }, 138 | "band6": { 139 | "frequency": 622.0, 140 | "gain": -11.5, 141 | "mode": "RLC (BT)", 142 | "mute": false, 143 | "q": 4.36, 144 | "slope": "x1", 145 | "solo": false, 146 | "type": "Bell", 147 | "width": 4.0 148 | }, 149 | "band7": { 150 | "frequency": 880.0, 151 | "gain": -11.5, 152 | "mode": "RLC (BT)", 153 | "mute": false, 154 | "q": 4.36, 155 | "slope": "x1", 156 | "solo": false, 157 | "type": "Bell", 158 | "width": 4.0 159 | }, 160 | "band8": { 161 | "frequency": 1250.0, 162 | "gain": -10.0, 163 | "mode": "RLC (BT)", 164 | "mute": false, 165 | "q": 4.36, 166 | "slope": "x1", 167 | "solo": false, 168 | "type": "Bell", 169 | "width": 4.0 170 | }, 171 | "band9": { 172 | "frequency": 1750.0, 173 | "gain": -5.0, 174 | "mode": "RLC (BT)", 175 | "mute": false, 176 | "q": 4.36, 177 | "slope": "x1", 178 | "solo": false, 179 | "type": "Bell", 180 | "width": 4.0 181 | } 182 | }, 183 | "mode": "IIR", 184 | "num-bands": 15, 185 | "output-gain": 0.0, 186 | "pitch-left": 0.0, 187 | "pitch-right": 0.0, 188 | "right": { 189 | "band0": { 190 | "frequency": 50.0, 191 | "gain": 6.1, 192 | "mode": "RLC (BT)", 193 | "mute": false, 194 | "q": 4.36, 195 | "slope": "x1", 196 | "solo": false, 197 | "type": "Bell", 198 | "width": 4.0 199 | }, 200 | "band1": { 201 | "frequency": 100.0, 202 | "gain": 3.7, 203 | "mode": "RLC (BT)", 204 | "mute": false, 205 | "q": 4.36, 206 | "slope": "x1", 207 | "solo": false, 208 | "type": "Bell", 209 | "width": 4.0 210 | }, 211 | "band10": { 212 | "frequency": 2500.0, 213 | "gain": -2.7, 214 | "mode": "RLC (BT)", 215 | "mute": false, 216 | "q": 4.36, 217 | "slope": "x1", 218 | "solo": false, 219 | "type": "Bell", 220 | "width": 4.0 221 | }, 222 | "band11": { 223 | "frequency": 3500.0, 224 | "gain": -1.0, 225 | "mode": "RLC (BT)", 226 | "mute": false, 227 | "q": 4.36, 228 | "slope": "x1", 229 | "solo": false, 230 | "type": "Bell", 231 | "width": 4.0 232 | }, 233 | "band12": { 234 | "frequency": 5000.0, 235 | "gain": -1.3, 236 | "mode": "RLC (BT)", 237 | "mute": false, 238 | "q": 4.36, 239 | "slope": "x1", 240 | "solo": false, 241 | "type": "Bell", 242 | "width": 4.0 243 | }, 244 | "band13": { 245 | "frequency": 10000.0, 246 | "gain": 2.4, 247 | "mode": "RLC (BT)", 248 | "mute": false, 249 | "q": 4.36, 250 | "slope": "x1", 251 | "solo": false, 252 | "type": "Bell", 253 | "width": 4.0 254 | }, 255 | "band14": { 256 | "frequency": 20000.0, 257 | "gain": 5.7, 258 | "mode": "RLC (BT)", 259 | "mute": false, 260 | "q": 4.36, 261 | "slope": "x1", 262 | "solo": false, 263 | "type": "Bell", 264 | "width": 4.0 265 | }, 266 | "band2": { 267 | "frequency": 156.0, 268 | "gain": -2.0, 269 | "mode": "RLC (BT)", 270 | "mute": false, 271 | "q": 4.36, 272 | "slope": "x1", 273 | "solo": false, 274 | "type": "Bell", 275 | "width": 4.0 276 | }, 277 | "band3": { 278 | "frequency": 222.0, 279 | "gain": -3.7, 280 | "mode": "RLC (BT)", 281 | "mute": false, 282 | "q": 4.36, 283 | "slope": "x1", 284 | "solo": false, 285 | "type": "Bell", 286 | "width": 4.0 287 | }, 288 | "band4": { 289 | "frequency": 311.0, 290 | "gain": -5.0, 291 | "mode": "RLC (BT)", 292 | "mute": false, 293 | "q": 4.36, 294 | "slope": "x1", 295 | "solo": false, 296 | "type": "Bell", 297 | "width": 4.0 298 | }, 299 | "band5": { 300 | "frequency": 440.0, 301 | "gain": -10.0, 302 | "mode": "RLC (BT)", 303 | "mute": false, 304 | "q": 4.36, 305 | "slope": "x1", 306 | "solo": false, 307 | "type": "Bell", 308 | "width": 4.0 309 | }, 310 | "band6": { 311 | "frequency": 622.0, 312 | "gain": -11.5, 313 | "mode": "RLC (BT)", 314 | "mute": false, 315 | "q": 4.36, 316 | "slope": "x1", 317 | "solo": false, 318 | "type": "Bell", 319 | "width": 4.0 320 | }, 321 | "band7": { 322 | "frequency": 880.0, 323 | "gain": -11.5, 324 | "mode": "RLC (BT)", 325 | "mute": false, 326 | "q": 4.36, 327 | "slope": "x1", 328 | "solo": false, 329 | "type": "Bell", 330 | "width": 4.0 331 | }, 332 | "band8": { 333 | "frequency": 1250.0, 334 | "gain": -10.0, 335 | "mode": "RLC (BT)", 336 | "mute": false, 337 | "q": 4.36, 338 | "slope": "x1", 339 | "solo": false, 340 | "type": "Bell", 341 | "width": 4.0 342 | }, 343 | "band9": { 344 | "frequency": 1750.0, 345 | "gain": -5.0, 346 | "mode": "RLC (BT)", 347 | "mute": false, 348 | "q": 4.36, 349 | "slope": "x1", 350 | "solo": false, 351 | "type": "Bell", 352 | "width": 4.0 353 | } 354 | }, 355 | "split-channels": false 356 | }, 357 | "maximizer#0": { 358 | "bypass": false, 359 | "input-gain": 0.0, 360 | "output-gain": 0.0, 361 | "release": 25.0, 362 | "threshold": 0.0 363 | }, 364 | "plugins_order": [ 365 | "bass_loudness#0", 366 | "equalizer#0", 367 | "maximizer#0" 368 | ] 369 | } 370 | } 371 | -------------------------------------------------------------------------------- /Video.json: -------------------------------------------------------------------------------- 1 | { 2 | "output": { 3 | "bass_loudness#1": { 4 | "bypass": false, 5 | "input-gain": 0.0, 6 | "link": -9.0, 7 | "loudness": -2.4, 8 | "output": -15.5, 9 | "output-gain": 0.0 10 | }, 11 | "blocklist": [], 12 | "crystalizer#0": { 13 | "band0": { 14 | "bypass": false, 15 | "intensity": 3.0, 16 | "mute": false 17 | }, 18 | "band1": { 19 | "bypass": false, 20 | "intensity": -1.0, 21 | "mute": false 22 | }, 23 | "band10": { 24 | "bypass": false, 25 | "intensity": -6.0, 26 | "mute": false 27 | }, 28 | "band11": { 29 | "bypass": false, 30 | "intensity": -8.0, 31 | "mute": false 32 | }, 33 | "band12": { 34 | "bypass": false, 35 | "intensity": -13.0, 36 | "mute": false 37 | }, 38 | "band2": { 39 | "bypass": false, 40 | "intensity": -3.0, 41 | "mute": false 42 | }, 43 | "band3": { 44 | "bypass": false, 45 | "intensity": -2.0, 46 | "mute": false 47 | }, 48 | "band4": { 49 | "bypass": false, 50 | "intensity": -1.0, 51 | "mute": false 52 | }, 53 | "band5": { 54 | "bypass": false, 55 | "intensity": -2.0, 56 | "mute": false 57 | }, 58 | "band6": { 59 | "bypass": false, 60 | "intensity": -6.0, 61 | "mute": false 62 | }, 63 | "band7": { 64 | "bypass": false, 65 | "intensity": -8.0, 66 | "mute": false 67 | }, 68 | "band8": { 69 | "bypass": false, 70 | "intensity": -7.0, 71 | "mute": false 72 | }, 73 | "band9": { 74 | "bypass": false, 75 | "intensity": -5.0, 76 | "mute": false 77 | }, 78 | "bypass": false, 79 | "input-gain": 0.0, 80 | "output-gain": 0.0 81 | }, 82 | "delay#0": { 83 | "bypass": false, 84 | "dry-l": 0.0, 85 | "dry-r": 3.0, 86 | "input-gain": 0.0, 87 | "invert-phase-l": false, 88 | "invert-phase-r": true, 89 | "output-gain": 0.0, 90 | "time-l": 0.0, 91 | "time-r": 20.0, 92 | "wet-l": 9.0, 93 | "wet-r": 9.0 94 | }, 95 | "equalizer#1": { 96 | "balance": 0.0, 97 | "bypass": false, 98 | "input-gain": 0.0, 99 | "left": { 100 | "band0": { 101 | "frequency": 160.0, 102 | "gain": 3.0, 103 | "mode": "APO (DR)", 104 | "mute": false, 105 | "q": 1.5, 106 | "slope": "x1", 107 | "solo": false, 108 | "type": "Lo-shelf", 109 | "width": 1.0 110 | }, 111 | "band1": { 112 | "frequency": 250.0, 113 | "gain": 3.0, 114 | "mode": "APO (DR)", 115 | "mute": false, 116 | "q": 1.5, 117 | "slope": "x1", 118 | "solo": false, 119 | "type": "Lo-shelf", 120 | "width": 1.0 121 | }, 122 | "band2": { 123 | "frequency": 400.0, 124 | "gain": 3.0, 125 | "mode": "APO (DR)", 126 | "mute": false, 127 | "q": 1.5, 128 | "slope": "x1", 129 | "solo": false, 130 | "type": "Lo-shelf", 131 | "width": 1.0 132 | }, 133 | "band3": { 134 | "frequency": 650.0, 135 | "gain": -1.0, 136 | "mode": "APO (DR)", 137 | "mute": false, 138 | "q": 1.5, 139 | "slope": "x2", 140 | "solo": false, 141 | "type": "Bell", 142 | "width": 4.0 143 | }, 144 | "band4": { 145 | "frequency": 1000.0, 146 | "gain": -7.0, 147 | "mode": "APO (DR)", 148 | "mute": false, 149 | "q": 2.0, 150 | "slope": "x2", 151 | "solo": false, 152 | "type": "Bell", 153 | "width": 4.0 154 | }, 155 | "band5": { 156 | "frequency": 1600.0, 157 | "gain": -3.0, 158 | "mode": "APO (DR)", 159 | "mute": false, 160 | "q": 2.0, 161 | "slope": "x2", 162 | "solo": false, 163 | "type": "Bell", 164 | "width": 4.0 165 | }, 166 | "band6": { 167 | "frequency": 2600.0, 168 | "gain": 2.0, 169 | "mode": "APO (DR)", 170 | "mute": false, 171 | "q": 2.0, 172 | "slope": "x3", 173 | "solo": false, 174 | "type": "Hi-shelf", 175 | "width": 4.0 176 | }, 177 | "band7": { 178 | "frequency": 5500.0, 179 | "gain": 3.0, 180 | "mode": "APO (DR)", 181 | "mute": false, 182 | "q": 2.5, 183 | "slope": "x3", 184 | "solo": false, 185 | "type": "Hi-shelf", 186 | "width": 4.0 187 | }, 188 | "band8": { 189 | "frequency": 10000.0, 190 | "gain": 2.0, 191 | "mode": "APO (DR)", 192 | "mute": false, 193 | "q": 2.5, 194 | "slope": "x4", 195 | "solo": false, 196 | "type": "Hi-shelf", 197 | "width": 4.0 198 | }, 199 | "band9": { 200 | "frequency": 16000.0, 201 | "gain": -1.0, 202 | "mode": "APO (DR)", 203 | "mute": false, 204 | "q": 2.5, 205 | "slope": "x4", 206 | "solo": false, 207 | "type": "Hi-shelf", 208 | "width": 4.0 209 | } 210 | }, 211 | "mode": "IIR", 212 | "num-bands": 10, 213 | "output-gain": 0.0, 214 | "pitch-left": 0.0, 215 | "pitch-right": 0.0, 216 | "right": { 217 | "band0": { 218 | "frequency": 130.0, 219 | "gain": 3.0, 220 | "mode": "APO (DR)", 221 | "mute": false, 222 | "q": 1.5, 223 | "slope": "x1", 224 | "solo": false, 225 | "type": "Lo-shelf", 226 | "width": 1.0 227 | }, 228 | "band1": { 229 | "frequency": 200.0, 230 | "gain": 3.0, 231 | "mode": "APO (DR)", 232 | "mute": false, 233 | "q": 1.5, 234 | "slope": "x1", 235 | "solo": false, 236 | "type": "Lo-shelf", 237 | "width": 1.0 238 | }, 239 | "band2": { 240 | "frequency": 320.0, 241 | "gain": 3.0, 242 | "mode": "APO (DR)", 243 | "mute": false, 244 | "q": 1.5, 245 | "slope": "x1", 246 | "solo": false, 247 | "type": "Lo-shelf", 248 | "width": 1.0 249 | }, 250 | "band3": { 251 | "frequency": 520.0, 252 | "gain": -1.0, 253 | "mode": "APO (DR)", 254 | "mute": false, 255 | "q": 1.5, 256 | "slope": "x2", 257 | "solo": false, 258 | "type": "Bell", 259 | "width": 4.0 260 | }, 261 | "band4": { 262 | "frequency": 800.0, 263 | "gain": -7.0, 264 | "mode": "APO (DR)", 265 | "mute": false, 266 | "q": 2.0, 267 | "slope": "x2", 268 | "solo": false, 269 | "type": "Bell", 270 | "width": 4.0 271 | }, 272 | "band5": { 273 | "frequency": 1300.0, 274 | "gain": -3.0, 275 | "mode": "APO (DR)", 276 | "mute": false, 277 | "q": 2.0, 278 | "slope": "x2", 279 | "solo": false, 280 | "type": "Bell", 281 | "width": 4.0 282 | }, 283 | "band6": { 284 | "frequency": 2000.0, 285 | "gain": 2.0, 286 | "mode": "APO (DR)", 287 | "mute": false, 288 | "q": 2.0, 289 | "slope": "x3", 290 | "solo": false, 291 | "type": "Hi-shelf", 292 | "width": 4.0 293 | }, 294 | "band7": { 295 | "frequency": 4000.0, 296 | "gain": 3.0, 297 | "mode": "APO (DR)", 298 | "mute": false, 299 | "q": 2.5, 300 | "slope": "x3", 301 | "solo": false, 302 | "type": "Hi-shelf", 303 | "width": 4.0 304 | }, 305 | "band8": { 306 | "frequency": 7800.0, 307 | "gain": 2.0, 308 | "mode": "APO (DR)", 309 | "mute": false, 310 | "q": 2.5, 311 | "slope": "x4", 312 | "solo": false, 313 | "type": "Hi-shelf", 314 | "width": 4.0 315 | }, 316 | "band9": { 317 | "frequency": 13000.0, 318 | "gain": -1.0, 319 | "mode": "APO (DR)", 320 | "mute": false, 321 | "q": 2.5, 322 | "slope": "x4", 323 | "solo": false, 324 | "type": "Hi-shelf", 325 | "width": 4.0 326 | } 327 | }, 328 | "split-channels": true 329 | }, 330 | "maximizer#0": { 331 | "bypass": false, 332 | "input-gain": 0.0, 333 | "output-gain": 0.0, 334 | "release": 25.0, 335 | "threshold": 0.0 336 | }, 337 | "multiband_compressor#0": { 338 | "band0": { 339 | "attack-threshold": -12.0, 340 | "attack-time": 0.0, 341 | "boost-amount": 6.0, 342 | "boost-threshold": -70.0, 343 | "compression-mode": "Upward", 344 | "compressor-enable": true, 345 | "external-sidechain": false, 346 | "knee": -7.0, 347 | "makeup": 0.0, 348 | "mute": false, 349 | "ratio": 2.0, 350 | "release-threshold": -100.0, 351 | "release-time": 200.0, 352 | "sidechain-custom-highcut-filter": false, 353 | "sidechain-custom-lowcut-filter": false, 354 | "sidechain-highcut-frequency": 500.0, 355 | "sidechain-lookahead": 0.0, 356 | "sidechain-lowcut-frequency": 20.0, 357 | "sidechain-mode": "RMS", 358 | "sidechain-preamp": 0.0, 359 | "sidechain-reactivity": 150.0, 360 | "sidechain-source": "Side", 361 | "solo": false, 362 | "stereo-split-source": "Left/Right" 363 | }, 364 | "band1": { 365 | "attack-threshold": -12.0, 366 | "attack-time": 20.0, 367 | "boost-amount": 6.0, 368 | "boost-threshold": -72.0, 369 | "compression-mode": "Upward", 370 | "compressor-enable": true, 371 | "enable-band": true, 372 | "external-sidechain": false, 373 | "knee": -7.0, 374 | "makeup": -1.5, 375 | "mute": false, 376 | "ratio": 1.3, 377 | "release-threshold": -100.0, 378 | "release-time": 200.0, 379 | "sidechain-custom-highcut-filter": false, 380 | "sidechain-custom-lowcut-filter": false, 381 | "sidechain-highcut-frequency": 1000.0, 382 | "sidechain-lookahead": 0.0, 383 | "sidechain-lowcut-frequency": 500.0, 384 | "sidechain-mode": "RMS", 385 | "sidechain-preamp": 0.0, 386 | "sidechain-reactivity": 10.0, 387 | "sidechain-source": "Middle", 388 | "solo": false, 389 | "split-frequency": 500.0, 390 | "stereo-split-source": "Right/Left" 391 | }, 392 | "band2": { 393 | "attack-threshold": -12.0, 394 | "attack-time": 20.0, 395 | "boost-amount": 6.0, 396 | "boost-threshold": -72.0, 397 | "compression-mode": "Upward", 398 | "compressor-enable": true, 399 | "enable-band": true, 400 | "external-sidechain": false, 401 | "knee": -7.0, 402 | "makeup": 2.0, 403 | "mute": false, 404 | "ratio": 1.3, 405 | "release-threshold": -100.0, 406 | "release-time": 200.0, 407 | "sidechain-custom-highcut-filter": false, 408 | "sidechain-custom-lowcut-filter": false, 409 | "sidechain-highcut-frequency": 2000.0, 410 | "sidechain-lookahead": 0.0, 411 | "sidechain-lowcut-frequency": 1000.0, 412 | "sidechain-mode": "RMS", 413 | "sidechain-preamp": 0.0, 414 | "sidechain-reactivity": 10.0, 415 | "sidechain-source": "Middle", 416 | "solo": false, 417 | "split-frequency": 1000.0, 418 | "stereo-split-source": "Left/Right" 419 | }, 420 | "band3": { 421 | "attack-threshold": -12.0, 422 | "attack-time": 20.0, 423 | "boost-amount": 6.0, 424 | "boost-threshold": -72.0, 425 | "compression-mode": "Upward", 426 | "compressor-enable": true, 427 | "enable-band": true, 428 | "external-sidechain": false, 429 | "knee": -7.0, 430 | "makeup": 0.0, 431 | "mute": false, 432 | "ratio": 1.3, 433 | "release-threshold": -100.0, 434 | "release-time": 200.0, 435 | "sidechain-custom-highcut-filter": false, 436 | "sidechain-custom-lowcut-filter": false, 437 | "sidechain-highcut-frequency": 4000.0, 438 | "sidechain-lookahead": 0.0, 439 | "sidechain-lowcut-frequency": 2000.0, 440 | "sidechain-mode": "RMS", 441 | "sidechain-preamp": 0.0, 442 | "sidechain-reactivity": 10.0, 443 | "sidechain-source": "Middle", 444 | "solo": false, 445 | "split-frequency": 2000.0, 446 | "stereo-split-source": "Left/Right" 447 | }, 448 | "band4": { 449 | "attack-threshold": -12.0, 450 | "attack-time": 20.0, 451 | "boost-amount": 6.0, 452 | "boost-threshold": -72.0, 453 | "compression-mode": "Upward", 454 | "compressor-enable": true, 455 | "enable-band": true, 456 | "external-sidechain": false, 457 | "knee": -7.0, 458 | "makeup": 0.5, 459 | "mute": false, 460 | "ratio": 1.3, 461 | "release-threshold": -100.0, 462 | "release-time": 200.0, 463 | "sidechain-custom-highcut-filter": false, 464 | "sidechain-custom-lowcut-filter": false, 465 | "sidechain-highcut-frequency": 8000.0, 466 | "sidechain-lookahead": 0.0, 467 | "sidechain-lowcut-frequency": 4000.0, 468 | "sidechain-mode": "RMS", 469 | "sidechain-preamp": 0.0, 470 | "sidechain-reactivity": 10.0, 471 | "sidechain-source": "Middle", 472 | "solo": false, 473 | "split-frequency": 4000.0, 474 | "stereo-split-source": "Left/Right" 475 | }, 476 | "band5": { 477 | "attack-threshold": -12.0, 478 | "attack-time": 20.0, 479 | "boost-amount": 6.0, 480 | "boost-threshold": -72.0, 481 | "compression-mode": "Upward", 482 | "compressor-enable": true, 483 | "enable-band": true, 484 | "external-sidechain": false, 485 | "knee": -7.0, 486 | "makeup": -2.5, 487 | "mute": false, 488 | "ratio": 1.3, 489 | "release-threshold": -100.0, 490 | "release-time": 200.0, 491 | "sidechain-custom-highcut-filter": false, 492 | "sidechain-custom-lowcut-filter": false, 493 | "sidechain-highcut-frequency": 12000.0, 494 | "sidechain-lookahead": 0.0, 495 | "sidechain-lowcut-frequency": 8000.0, 496 | "sidechain-mode": "RMS", 497 | "sidechain-preamp": 0.0, 498 | "sidechain-reactivity": 10.0, 499 | "sidechain-source": "Middle", 500 | "solo": false, 501 | "split-frequency": 8000.0, 502 | "stereo-split-source": "Left/Right" 503 | }, 504 | "band6": { 505 | "attack-threshold": -12.0, 506 | "attack-time": 20.0, 507 | "boost-amount": 6.0, 508 | "boost-threshold": -72.0, 509 | "compression-mode": "Upward", 510 | "compressor-enable": true, 511 | "enable-band": true, 512 | "external-sidechain": false, 513 | "knee": -7.0, 514 | "makeup": -0.5, 515 | "mute": false, 516 | "ratio": 1.3, 517 | "release-threshold": -100.0, 518 | "release-time": 200.0, 519 | "sidechain-custom-highcut-filter": false, 520 | "sidechain-custom-lowcut-filter": false, 521 | "sidechain-highcut-frequency": 16000.0, 522 | "sidechain-lookahead": 0.0, 523 | "sidechain-lowcut-frequency": 12000.0, 524 | "sidechain-mode": "RMS", 525 | "sidechain-preamp": 0.0, 526 | "sidechain-reactivity": 10.0, 527 | "sidechain-source": "Middle", 528 | "solo": false, 529 | "split-frequency": 12000.0, 530 | "stereo-split-source": "Left/Right" 531 | }, 532 | "band7": { 533 | "attack-threshold": -12.0, 534 | "attack-time": 20.0, 535 | "boost-amount": 6.0, 536 | "boost-threshold": -72.0, 537 | "compression-mode": "Upward", 538 | "compressor-enable": true, 539 | "enable-band": true, 540 | "external-sidechain": false, 541 | "knee": -7.0, 542 | "makeup": -1.0, 543 | "mute": false, 544 | "ratio": 1.3, 545 | "release-threshold": -100.0, 546 | "release-time": 200.0, 547 | "sidechain-custom-highcut-filter": false, 548 | "sidechain-custom-lowcut-filter": false, 549 | "sidechain-highcut-frequency": 20000.0, 550 | "sidechain-lookahead": 0.0, 551 | "sidechain-lowcut-frequency": 16000.0, 552 | "sidechain-mode": "RMS", 553 | "sidechain-preamp": 0.0, 554 | "sidechain-reactivity": 10.0, 555 | "sidechain-source": "Middle", 556 | "solo": false, 557 | "split-frequency": 16000.0, 558 | "stereo-split-source": "Left/Right" 559 | }, 560 | "bypass": false, 561 | "compressor-mode": "Modern", 562 | "dry": -100.0, 563 | "envelope-boost": "None", 564 | "input-gain": 0.0, 565 | "output-gain": 0.0, 566 | "stereo-split": true, 567 | "wet": 0.0 568 | }, 569 | "plugins_order": [ 570 | "bass_loudness#1", 571 | "delay#0", 572 | "equalizer#1", 573 | "multiband_compressor#0", 574 | "crystalizer#0", 575 | "maximizer#0" 576 | ] 577 | } 578 | } 579 | --------------------------------------------------------------------------------