chore(08-01): remove stale NumLayers and GainPerLayer constants
- Delete NumLayers=14 (dead code; NewBank computes gain dynamically) - Delete GainPerLayer=1.0/float64(NumLayers) (dead code per D-01) - Remaining constants: SampleRate, WindowMs, SamplesPerWindow, WhisperFloor
This commit is contained in:
@@ -6,8 +6,6 @@ const (
|
||||
SampleRate = 44100 // D-13: CD quality
|
||||
WindowMs = 500 // matches aggregate.DefaultWindowMs
|
||||
SamplesPerWindow = SampleRate * WindowMs / 1000 // 22050
|
||||
NumLayers = 14
|
||||
GainPerLayer = 1.0 / float64(NumLayers) // D-10: ~0.0714
|
||||
WhisperFloor = 0.03 // D-08/D-09: 3% of max amplitude
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user