jet
jet
Thanks for the PR. I successfully built libfluidsynth.js with libsndfile. In my environment, it is necessary to run commands like this: ```sh mkdir build-with-sndfile # or any directory name cd...
Thanks for the review. I added test e38225f (tested locally both with and without fix).
```js const sfid = Module._fluid_synth_sfload(synth, path, 1); ``` Here, if you call `Module._fluid_synth_sfload` directly, `path` must be the pointer to the UTF-8 string (not JS string). The direct call of...