feat(tui): add interactive 5-band per-user equalizer
This commit is contained in:
@@ -8,6 +8,8 @@ const (
|
||||
|
||||
// UserSettings represents per-user audio configuration
|
||||
type UserSettings struct {
|
||||
Volume float32 // 0.0 - 1.0 (or higher for boost)
|
||||
Muted bool
|
||||
Volume float32 // 0.0 - 1.0 (or higher for boost)
|
||||
Muted bool
|
||||
Gains []float64 // 5-band Equalizer Gains in dB
|
||||
EQBands []float64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user