Im using FluidSynth 2.4.6 libfluidsynth.so for Andorid 13.

When I call following code twice. SIGSEGV is always happens.

        if (fluid_is_soundfont(file.mb_str())) {
            handle->soundfont_id = fluid_synth_sfload(handle->synth,
file.mb_str(), 0);
        }
        else {
            return -1;
        }

How to reload Another Font for Andorid.
I wish I could use FluidSynth for Android 13 and Android 15.

P.S.
Full code of native-lib.cpp is ->
   https://star-advance.org/dx/libfluidsynth-so-for-android/

Thanks. Best Regards.

---
S.Yoshida.
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to