Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Stenzel/SimpleVocoder
A simple vocoder
https://github.com/Stenzel/SimpleVocoder
Last synced: 3 months ago
JSON representation
A simple vocoder
- Host: GitHub
- URL: https://github.com/Stenzel/SimpleVocoder
- Owner: Stenzel
- Created: 2021-11-15T22:35:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T22:46:02.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T04:53:16.387Z (7 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - SimpleVocoder
README
# SimpleVocoder
The focus of this vocoder is simplicity, the code is not meant to be production ready or good style.
It uses a leaky autocorrelation for pitch synchronous synthesis. Although mathematically wrong, it produces quite intelligible results, perhaps better than many classic channel vocoders.
Use for whatever you like, maybe give me credit and let me know if it ends up in an actual product.