#151 · Primary category: Speech & Audio
SincNet
SincNet is a neural architecture for efficiently processing raw audio samples.
Project last updated:04/28/21
GitHub Stars
1.2K
Forks
272
Contributors
5
License
MIT
Why we included this project
SincNet tackles speaker identification and verification from the raw waveform, skipping handcrafted features like MFCCs. The trick is a first convolutional layer built from parametrized sinc functions that act as band-pass filters; instead of learning every filter tap, the model only fits the low and high cutoff frequencies. That keeps the front end compact and interpretable while still adapting to your data. The repo includes a full pipeline covering data preparation, training, and evaluation, with a working speaker-id experiment on TIMIT, so it works both as a reference implementation for the paper and a starting point for your own experiments. Just know it is research code, and the ideas live on in SpeechBrain, so expect to adapt it rather than ship it unchanged.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production