mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-21 05:10:08 +00:00
Update IRS path in convolver for the next release of EasyEffects
This commit is contained in:
parent
8a4499d34e
commit
fae4de6cde
3 changed files with 2 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
"convolver": {
|
||||
"input-gain": -2.0,
|
||||
"ir-width": 100,
|
||||
"kernel-path": "<PRESETS_DIRECTORY>/irs/Razor Surround ((48k Z-Edition)) 2.Stereo +20 bass.irs",
|
||||
"kernel-path": "Razor Surround ((48k Z-Edition)) 2.Stereo +20 bass",
|
||||
"output-gain": 0.0
|
||||
},
|
||||
"crossfeed": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"convolver": {
|
||||
"input-gain": -2.0,
|
||||
"ir-width": 100,
|
||||
"kernel-path": "<PRESETS_DIRECTORY>/irs/Razor Surround ((48k Z-Edition)) 2.Stereo +20 bass.irs",
|
||||
"kernel-path": "Razor Surround ((48k Z-Edition)) 2.Stereo +20 bass",
|
||||
"output-gain": 0.0
|
||||
},
|
||||
"equalizer": {
|
||||
|
|
|
@ -66,8 +66,6 @@ install_presets() {
|
|||
curl "$GIT_REPOSITORY/irs/Creative%20X-Fi%20((Z-Edition))%20Crystalizer%2010%20%2B%20Expand%2010.irs" --output "$PRESETS_DIRECTORY/irs/Creative X-Fi ((Z-Edition)) Crystalizer 10 + Expand 10.irs" --silent
|
||||
curl "$GIT_REPOSITORY/irs/HTC%20Beats%20Audio%20((Z-Edition)).irs" --output "$PRESETS_DIRECTORY/irs/HTC Beats Audio ((Z-Edition)).irs" --silent
|
||||
curl "$GIT_REPOSITORY/irs/Waves%20MaxxAudio%20((Z-Edition))%20AudioWizard%201.Music.irs" --output "$PRESETS_DIRECTORY/irs/Waves MaxxAudio ((Z-Edition)) AudioWizard 1.Music.irs" --silent
|
||||
echo "Selecting default impulse response file..."
|
||||
sed -i "s|<PRESETS_DIRECTORY>|$PRESETS_DIRECTORY|g" "$PRESETS_DIRECTORY/output/Bass Enhancing + Perfect EQ.json"
|
||||
echo "Installing Boosted preset..."
|
||||
curl "$GIT_REPOSITORY/Boosted.json" --output "$PRESETS_DIRECTORY/output/Boosted.json" --silent
|
||||
echo "Installing Perfect EQ preset..."
|
||||
|
|
Loading…
Reference in a new issue