kyegomez/SoundStream
Implementation of SoundtStream from the paper: "SoundStream: An End-to-End Neural Audio Codec"
SoundStream is a project that helps compress and decompress audio files efficiently using advanced neural network techniques. It takes uncompressed audio as input and outputs a significantly smaller, compressed audio file, which can then be perfectly reconstructed. This is ideal for anyone needing to store or transmit high-quality audio with minimal data.
No commits in the last 6 months.
Use this if you need to reduce the file size of audio recordings for storage or faster transmission, without sacrificing sound quality.
Not ideal if you only need basic audio file format conversion or if your primary concern is real-time, low-latency audio streaming for live communication.
Stars
13
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jan 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/kyegomez/SoundStream"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
descriptinc/descript-audio-codec
State-of-the-art audio codec with 90x compression factor. Supports 44.1kHz, 24kHz, and 16kHz...
drethage/speech-denoising-wavenet
A neural network for end-to-end speech denoising
YuanGongND/ast
Code for the Interspeech 2021 paper "AST: Audio Spectrogram Transformer".
iver56/torch-audiomentations
Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
lmnt-com/wavegrad
A fast, high-quality neural vocoder.