Remove voice effects

This commit is contained in:
Storm Dragon
2026-07-14 18:41:50 -04:00
parent e1ae5abab9
commit 9bc514e74f
9 changed files with 11 additions and 526 deletions
-5
View File
@@ -15,7 +15,6 @@ import (
"strings"
"syscall"
"git.stormux.org/storm/barnard/audio"
"git.stormux.org/storm/barnard/config"
"git.stormux.org/storm/barnard/gumble/go-openal/openal"
"git.stormux.org/storm/barnard/gumble/gumble"
@@ -181,7 +180,6 @@ func main() {
Address: *server,
MutedChannels: make(map[uint32]bool),
NoiseSuppressor: noise.NewSuppressor(),
VoiceEffects: audio.NewEffectsProcessor(gumble.AudioSampleRate),
}
b.Config.Buffers = *buffers
@@ -196,9 +194,6 @@ func main() {
}
b.NoiseSuppressor.SetEnabled(enabled)
// Configure voice effects
b.VoiceEffects.SetEffect(audio.VoiceEffect(b.UserConfig.GetVoiceEffect()))
b.Config.Username = *username
b.Config.Password = *password