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

FluidSynth with Emscripten-specific patch

Results 2 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