Vocoder icon indicating copy to clipboard operation
Vocoder copied to clipboard

Naive WebAudio Vocoder

Results 15 Vocoder issues
Sort by recently updated
recently updated
newest added

Do we have research paper or journal attached with this? I am interested to know the internals as going through the code and understanding it is time consuming.

Fixes a typo that caused an NPE when loading a new carrier file carrierNode should have been carrierSampleNode This would also cause the newly loaded carrier sample to fail to...

https://github.com/cwilso/Vocoder/blob/acccdb5a7a979ecdc95eb8caaccc3813663ea690/index.html#L30 references the /lib/ path instead of what seems to be the valid path with /build/ in the url.

Hi Chris I was watching an audacity tutorial recently and it mentioned your vocoder which would be ideal for a project I am working on. Does the link to your...

``` Failed to load resource: the server responded with a status of 404 () main.js:377 Uncaught TypeError: Cannot read property 'addEventListener' of undefined at init (main.js:377) init @ main.js:377 ```

Site pukes with copious cross-domain errors. Probably stale server config.

via Chris Rogers: I was thinking that if you had 3 stacked oscillators then you could play musical "triads" and assign the keyboard keys to change chords and modulate to...