diff --git a/Bass Boosted.json b/Bass Boosted.json index c4fa654..f6ba35e 100644 --- a/Bass Boosted.json +++ b/Bass Boosted.json @@ -14,7 +14,7 @@ "convolver": { "input-gain": -2.0, "ir-width": 100, - "kernel-path": "/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": { diff --git a/Bass Enhancing + Perfect EQ.json b/Bass Enhancing + Perfect EQ.json index f5e4f64..7269a24 100644 --- a/Bass Enhancing + Perfect EQ.json +++ b/Bass Enhancing + Perfect EQ.json @@ -4,7 +4,7 @@ "convolver": { "input-gain": -2.0, "ir-width": 100, - "kernel-path": "/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": { diff --git a/install.sh b/install.sh index 31a3fc8..8d6e62a 100755 --- a/install.sh +++ b/install.sh @@ -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|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..."