Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwilso/vocoder
Naive WebAudio Vocoder
https://github.com/cwilso/vocoder
Last synced: 9 days ago
JSON representation
Naive WebAudio Vocoder
- Host: GitHub
- URL: https://github.com/cwilso/vocoder
- Owner: cwilso
- License: mit
- Created: 2012-04-03T00:09:02.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T21:30:45.000Z (about 2 years ago)
- Last Synced: 2024-10-15T17:57:36.031Z (24 days ago)
- Language: JavaScript
- Homepage: https://cwilso.github.io/Vocoder/
- Size: 6.04 MB
- Stars: 343
- Watchers: 32
- Forks: 96
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-javascript-audio - cwilso/vocoder - a 28-band vocoder - a "robotic voice" processor (Sound editing / Vocoders)
README
# Web Audio Vocoder
This application (also shown at I/O 2012) implements a 28-band (actually variable number of bands) vocoder - a "robotic voice" processor. It's a pretty complex audio processing demo. It also supports live input, and has several controls exposed; it supports MIDI control over the pitch and other parameters.
Check it out, feel free to submit issues or requests, fork, submit pull requests, etc.
The live app is at https://cwilso.github.io/Vocoder/.
-Chris