| ▼CIDisposable | |
| CBackbone::CircularBuffer< T > | Generic fixed-size circular buffer with contiguous read and write helpers |
| CBackbone::IIRFilter | Infinite impulse response (IIR) filter with Butterworth and Chebyshev prototypes. Supports LP/HP/BP responses via bilinear transform and emits normalized 0 dB max gain |
| ▼CMonoBehaviour | |
| CMicSingerToneDebugListener | |
| CMicToneDetector | |
| CBackbone::SingerToneTracker::PitchRecord | Immutable pitch record |
| CBackbone::SingerToneDetector | High-level wrapper over SingerToneTracker to detect pitch from mono audio frames. Exposes last detection via read-only properties and provides a simple mode (most frequent note) helper |
| CBackbone::SingerToneDSP | Pitch-related DSP utilities and coarse-to-fine pitch detection |
| CBackbone::SingerToneExtensions | Extension methods for arrays commonly used in DSP routines |
| CBackbone::SingerToneTracker | Real-time pitch tracker. Splits input into low/high bands, performs coarse-to-fine pitch detection, and emits records at a target rate |