diff --git a/src/renderer/views/pages/audiolabs.ejs b/src/renderer/views/pages/audiolabs.ejs index f5d0f0ba..2792b4c7 100644 --- a/src/renderer/views/pages/audiolabs.ejs +++ b/src/renderer/views/pages/audiolabs.ejs @@ -6,31 +6,6 @@ -
-
- Static Compilation Mode -
- - Like a compiler, this compiles multiple Audio Lab setting into one singular processor that significantly reduces CPU usage. -
- Which allows for practically infinite amount of settings to be turned on without hampering performance for users with low-end hardware. -
- However, there are caveats to this mode: -
- 1 - All further audio tuning changes such as the use of equalizer will be ignored. -
- 2 - Adrenaline Processor's Adaptive Option will freeze on whatever mode it was left on before compilation. -
- (A fixed mode for either 64k or 256k AAC.) -
- 3 - Adrenaline Processor and whatever mode I decided wasn't good for local files will work on local files if those options were enabled before compilation. -
-
-
- -
-
{{$root.getLz('settings.option.audio.enableAdvancedFunctionality.ciderPPE')}} @@ -52,12 +27,11 @@
@@ -165,7 +139,11 @@ return { app: this.$root, arprofiles: CiderAudio.atmosphereRealizerProfiles, - spprofiles: CiderAudio.spatialProfiles + spprofiles: CiderAudio.spatialProfiles, + ciderPPE: [{name: "MAIKIWI", displayName: "Maikiwi " + $root.getLz('settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.adaptive')}, + {name: "MAIKIWI_LEGACY", displayName: "Maikiwi " + $root.getLz('settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.legacy')}, + {name: "NATURAL", displayName: $root.getLz('settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.standard')}, + {name: "LEGACY", displayName: $root.getLz('settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.legacy')}] } }, mounted: function () {