SimpleVocoder
Vocoder
A simple audio processing algorithm using pitch synchronous synthesis
A simple vocoder
18 stars
2 watching
4 forks
Language: C++
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ksw0306/clarinet | An implementation of a neural network-based vocoder using parallel-wavenet architecture and autoregressive flow | 289 |
stekyne/phasevocoder | A C++ based audio processing tool that allows for pitch and time modification of incoming signals using phase vocoding algorithms. | 66 |
samolds/wavsteg | A tool that hides data within the least significant bits of WAV audio files. | 14 |
dbaylies/jucevocoder | A software implementation of a vocoder plug-in with built-in synthesis capabilities | 18 |
szkkng/simple-reverb | A reverb plugin implemented using the JUCE DSP module for audio processing | 109 |
saharatul/sela | An audio codec implementing a simple yet efficient lossless compression algorithm | 209 |
svt/encore | A scalable video transcoding tool that abstracts FFmpeg's capabilities and provides a flexible solution for transcoding media files in a distributed manner. | 273 |
soul-lang/soul | A programming language and API for high-performance, low-latency audio synthesis | 1,721 |
rustaudio/lewton | A Rust-based implementation of the Vorbis audio decoder standard | 261 |
xiph/vorbis | An implementation of an open standard audio encoding format | 474 |
arjo129/uspeech | A toolkit for speech recognition on Arduino using C++ | 473 |
srombauts/simplexnoise | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
gemelo-ai/vocos | An audio synthesis framework that uses neural networks to generate high-quality audio waveforms from acoustic features. | 824 |
louisgorenfeld/digitsvst | A software implementation of a phase distortion synthesizer for audio processing | 103 |
thecodrr/vspeech | Provides an interface to Mozilla's DeepSpeech TensorFlow-based Speech-to-Text library using V bindings. | 50 |