Comment on Show HN: Koelsynth – a simple FM synthesis libraryComments−chaosprint2ynice work!Have you tried to port it to WASM?Python can also call the wasm with wasmerI ported https://github.com/chaosprint/glicol for my Python audio project using the same methodfor your physics idea, with wasm, perhaps it can be something like this?https://jackschaedler.github.io/karplus-stress-tester/−graphitoutOP2yI had some fun with the strings in the karplus-stress-tester. Thank you for that link.I am thinking of moving the core to WASM. But I may have to drop the python part and make the calls directly from javascript.Glicol looks impressive. I will try it out.
Comments
nice work!
Have you tried to port it to WASM?
Python can also call the wasm with wasmer
I ported https://github.com/chaosprint/glicol for my Python audio project using the same method
for your physics idea, with wasm, perhaps it can be something like this?
https://jackschaedler.github.io/karplus-stress-tester/
I had some fun with the strings in the karplus-stress-tester. Thank you for that link.
I am thinking of moving the core to WASM. But I may have to drop the python part and make the calls directly from javascript.
Glicol looks impressive. I will try it out.