gibber-cc / gibberish

Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques
387 stars 35 forks source link

Gibberish does not work well with Android Chrome #21

Open abramhindle opened 7 years ago

abramhindle commented 7 years ago

A lot of drop outs even when it is a relatively simple network. From what I can gain from bug trackers they suggest larger buffers for the scriptprocessornode. I tried just editting that to 4096 or 8092 and didn't get much of a change. But currently gibberish doesn't let me as a user set this value. Also the source code is littered with 1024 buffer size assumptions and 44100 sampling rate assumptions, this might become annoying later.

Right now there's poor android chrome performance. If you need a demo click on https://magic-cellphone3.herokuapp.com/starter.html