|
|
|
|
|
by roma1n
3206 days ago
|
|
I briefly tried Web Audio to implement a Karplus-Strong synthesizer (about the simplest thing in audio synthesis I guess?). Without using ScriptProcessorNode, there was no way of tuning the synthesizer because of the limitation that any loop in the audio graph has a 128 samples delay at least. Maybe a more "compilation-oriented" handling of the audio graphs (at the user's choice) could help overcome this? |
|