adamrenklint / bap

A toolkit for making beats and composing sequences with Javascript and Web Audio
MIT License
115 stars 6 forks source link

Bitcrush audio buffer #23

Closed adamrenklint closed 9 years ago

adamrenklint commented 9 years ago

Instead of manipulation the current buffer via an processor node, add a parameter on sample layers called bitDepth or bits, which can use the memoized Sample.makeBuffer to apply the bitcrusher effect as implemented here: https://github.com/jaz303/bitcrusher/blob/master/index.js