Skip to content

Commit

Permalink
Minor vocal monitoring adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Mar 11, 2023
1 parent 9a20503 commit 9dbf1c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Script/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public bool KaraokeMode {
set {
_karaokeMode = value;

vocalGroup.audioMixer.SetFloat("vocalVolume", _karaokeMode ? 5f : 0f);
vocalGroup.audioMixer.SetFloat("vocalVolume", _karaokeMode ? 5f : -5f);
}
}

Expand Down
1 change: 0 additions & 1 deletion Assets/Script/UI/MainMenu.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using SFB;
using UnityEngine;
using UnityEngine.UIElements;
using YARG.Data;
Expand Down
2 changes: 1 addition & 1 deletion Assets/Settings/AudioMixer.mixer
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ AudioMixerSnapshotController:
1f268c87cdfed0341a57c521e786ffb4: -2
ed4b3938ef7d7094e8e2de1cedb95d88: -359
2c14880c6e0e5c445a4fb4cc6e534609: -1686
8359e34ef32f4e44194fb41415e1c7d4: 0
8359e34ef32f4e44194fb41415e1c7d4: -5
m_TransitionOverrides: {}
--- !u!244 &1049282059411974768
AudioMixerEffectController:
Expand Down

0 comments on commit 9dbf1c5

Please sign in to comment.