This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This script is generating an eduroam network configuration using NetworkManager. | |
| # At first, you have to generate an easyroam profile on https://www.easyroam.de/ that | |
| # is generating an pkcs12 file as input for this script. | |
| # Regarding OpenSSl 3.0+, see https://bbs.archlinux.org/viewtopic.php?pid=2104709#p2104709 | |
| # Usage: bash configure-eduroam-with-easyroam.sh <YOUR-PKCS12-File> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "output": { | |
| "bass_enhancer": { | |
| "amount": 22.0, | |
| "blend": 0.0, | |
| "floor": 10.0, | |
| "floor-active": true, | |
| "harmonics": 9.999999999999995, | |
| "input-gain": 0.0, | |
| "output-gain": -8.0, |