#45 · Primary category: Speech & Audio
audio
Data manipulation and transformation for audio signal processing, powered by PyTorch
Project last updated:08/29/26
GitHub Stars
2.9K
Forks
795
Contributors
251
License
BSD-2-Clause
Why we included this project
TorchAudio is the audio library that ships with PyTorch, and it is built to keep audio work inside the PyTorch ecosystem rather than forcing you to hop between tools. It loads common speech and audio datasets into tensors and offers the usual transforms, MelSpectrogram, MFCC, resampling and the rest, all running on GPU and staying differentiable, so the features you compute feed straight into a training loop. The project is deliberately scoped as an ML library, not a general signal processing toolbox, which is why speech recognition and audio classification teams tend to reach for it. TorchAudio is now in maintenance mode and has dropped some redundant features, but the core data loading and transform paths remain stable and fine for everyday production use.
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