Theodeus / tuna

An audio effects library for the Web Audio API.
1.73k stars 127 forks source link

Bitchrusher goes haywire #58

Closed Theodeus closed 6 years ago

Theodeus commented 6 years ago

When increasing the normfreq, the bitcrusher processing increases many times over. Maybe worklets will help with some of it, but should be investigated.

Theodeus commented 6 years ago

My testing code were assigning string values rather than floats, which caused the issues. No error with the butcrusher, but we should maybe consider input sanitation and helpful logs if we get the wrong input. :)