fluidsynth-emscripten icon indicating copy to clipboard operation
fluidsynth-emscripten copied to clipboard

FluidSynth with Emscripten-specific patch

Results 4 fluidsynth-emscripten issues
Sort by recently updated
recently updated
newest added

is there easy way to compile this to static lib for larger c++ projects ?

Hello: I'm trying to compile the file fluidsynth_simple.c using emscripten without using the functions of `libfluidsynth-.js ` When I execute this command in the main directory: `emcc fluidsynth_simple.c -O1 -s...

enhancement

Merging correct branch, initially #10. Successfully building libsndfile for issue https://github.com/jet2jet/fluidsynth-emscripten/issues/9 The CMakeLists.txt is currently written to succeed despite not finding packages. Ideally it should fail when a package is...

I aim to reduce the WASM size with libsndfile support - at 3.1 mb currently, compared to 0.5mb default build Now `pkg_check_modules()` in `CMakeLists.txt` will attempt to find the `sndfile`...

enhancement