Examples¶
Interactive Jupyter notebooks demonstrating pyvoicebox with real speech data. Audio is downloaded automatically on first run.
Each notebook has a %pip install cell at the top — uncomment it to run on Google Colab.
| Notebook | Description | Colab |
|---|---|---|
| Visualize Speech | Waveform, spectrogram, MFCCs, and pitch tracking | |
| Clean Up Noisy Speech | Add noise, run MMSE enhancement, measure SNR | |
| Inside the Vocal Tract | LPC spectral envelopes, coefficient conversions | |
| Speaker Identification | GMM-based speaker classification | |
| Emotion Recognition | TEO vs MFCC on EmoDB with Random Forest |