|
Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
| void | freq (T f, T fs) |
| set the cross-over middle frequency | |
| Crossover (T f=(T) 600, T fs=(T) 44100.) | |
| void | next (const T in, T *lo, T *hi) |
| process one sample and return hi/lo shelf | |
| void | clear () |
| void | freq (double f, double fs) |
| void | next (const double in, double *lo, double *hi) |
| void | freq (float f, float fs) |
| void | next (const float in, float *lo, float *hi) |
Protected Attributes | |
| T | mC0 |
| T | mC1 |
| T | mZ0 |
| T | mZ1 |
| T | mZ2 |
cross-over shelf filter that sums to an allpass (Useful for mixing different Ambisonic encoding flavors)
Definition at line 61 of file al_Crossover.hpp.