Expand description
Encoder input conditioning.
The encoder takes 320 mu-law samples, expands them to linear and runs them through a second-order high-pass that removes DC and the lowest part of the band before any analysis happens.
Re-exports§
Structs§
- Highpass
- State of the input high-pass filter.
Functions§
- ulaw_
to_ linear - Expand one mu-law byte to linear.