lincollincol / Amplituda

Audio processing library, which provides waveform data
Apache License 2.0
221 stars 31 forks source link

Support 16 KB page sizes #73

Open hysapp opened 1 week ago

hysapp commented 1 week ago

According to this documentation, the future versions of Android devices will support 16 KB page sizes and the libraries in which native code is used must be rebuilt to support it.

I checked, all native files used in this library including libamplituda-native-lib.so, libavcodec-amplituda.so, libavformat-amplituda.so, libavutil-amplituda.so and libswresample-amplituda.so do not support the 16 KB page sizes.

Please provide a new version.