jon-myers / idtp

An Interactive Digital Transcription Platform for Hindustani Music
https://swara.studio
2 stars 1 forks source link

Bowed String Synthesis #328

Closed jon-myers closed 7 months ago

jon-myers commented 1 year ago

Not seeing anything in the way of typescript or web audio worklet implementations of bowed string synthesis. Short of implementing something myself from scratch, perhaps it would be worth exploring getting supercollider going via wasm in the browser, as in this fork of SC repo. That way, we could just use built in SC libraries, such as (in this case) DWGBowed.

jon-myers commented 8 months ago

There is also the possibility of using RNBO

jon-myers commented 8 months ago

I've instead been messing around with a less ambitious model with a white noise source, implemented in web audio. Not particularly realistic, but for the purposes of getting something going for sarangi, much better than nothing.