fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Fluidsynth Android binaries - fluidsynth-2.2.4-android24.zip


From: Leon Mortensen
Subject: [fluid-dev] Fluidsynth Android binaries - fluidsynth-2.2.4-android24.zip has changed a lot compared to fluidsynth-2.2.0-android.zip
Date: Fri, 17 Dec 2021 11:28:54 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

Hi

I am hoping someone here can help me.

The content of release versions of fluidsynth-2.2.4-android24.zip has changed a lot compared to fluidsynth-2.2.0-android.zip That is both the folder structure and the number of .so lib files in the archives. It's the same for the android 2.2.2 and 2.2.3 zip archives. They follow the 2.2.4 folder structure and content.

fluidsynth-2.2.0-android.zip - contains 21 .so files in
  /dist/arm64-v8a/
    libc++_shared.so
    ...
    preloadable_libiconv.so
  same with /dist/armeabi-v7a etc.

fluidsynth-2.2.4-android24.zip - structure is quite different and only contains 16 .so files in
  /lib/arm64-v8a/
    /cmake files
    /glib-2.0 include header
    /pkgconfig .pc files
    libFLAC.so
    ...
    libvorbisfile.so
  same with /lib/armeabi-v7a etc.

Now, I'm trying to update fluidsynth from version 2.1.5 to the version 2.2.4 in our android app.

My android app successfully loads the libfluidsynth.so library in version 2.2.0. and version 2.1.5 and 2.2.0 follow the same folder structure and content.

However, my app fails to load the libfluidsynth.so library in version 2.2.4. LoadLibrary just returns 0 after a number of seconds indicating to me that some if the other .so libs could missing, or?

Note, my app is not built with Android Studio, so I really need just the binary .so lib files used with some Delphi wrapped include files. I really need some of the fixes since 2.2.0 so getting the 2.2.4 to work would be really great.

Any help here will be greatly appreciated, thanks,

Leon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]