Features🔗
callcut.extractors provides feature extraction from audio signals. Feature
extractors convert raw audio waveforms into frame-level representations suitable
for neural network input.
The BaseExtractor abstract class defines the interface
for all extractors, ensuring consistent handling of time-to-frame conversions.
Extractors🔗
|
Abstract base class for feature extractors. |
|
Multi-band SNR feature extractor. |