haydenshively/SoundStream
Implementation of SoundStream, an end-to-end neural audio codec
This project helps developers and researchers working with audio processing by providing an implementation of the SoundStream neural audio codec. You provide an audio waveform, and the tool can encode it into a more compact quantized representation or decode that representation back into an audio waveform. This is primarily used by engineers developing speech synthesis, compression, or other advanced audio applications.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher developing systems that require efficient audio encoding and decoding, particularly for speech.
Not ideal if you are a typical end-user looking for a simple audio file compressor; this tool requires programming knowledge.
Stars
32
Forks
2
Language
Python
License
MIT
Category
Last pushed
Jun 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/haydenshively/SoundStream"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
iver56/audiomentations
A Python library for audio data augmentation. Useful for making audio ML models work well in the...
Rikorose/DeepFilterNet
Noise supression using deep filtering
torchsynth/torchsynth
A GPU-optional modular synthesizer in pytorch, 16200x faster than realtime, for audio ML researchers.
marl/openl3
OpenL3: Open-source deep audio and image embeddings
archinetai/audio-data-pytorch
A collection of useful audio datasets and transforms for PyTorch.