spessasus / SpessaSynth

MIDI SoundFont/DLS synthesizer library written in JavaScript.
https://spessasus.github.io/SpessaSynth/
Other
98 stars 12 forks source link

Improve Performance #4

Open spessasus opened 6 months ago

spessasus commented 6 months ago

somehow improve performance of the synthesizer

Either: Port the worklet system to wasm/emscripten in c++ to improve performance AudioWorkletProcessor would be a wrapper for a cpp renderOut(left, right) function

or improve the current JavaScript implementation.