A tool to let you hack away at voice audio recordings in Rust.
- Filter preemphasis, normalization, RMS calculation
- Autocorrleation calculation
- Laguerre root finding and polynomial division
- Mel-Frequency Cepstral Coefficient (MFCC) calculation
- Linear Predictive Coding (LPC) coefficient calculation
- Formant path finder (McCandless algorithm, from Praat)
- Pitch finding (Boersma autocorrelation method, from Praat)
Open an issue! There are many incomplete aspects to this library, as it is highly specialized to my personal projects. Once others begin using it, I expect that it will become more generalized.