audeering / opensmile

The Munich Open-Source Large-Scale Multimedia Feature Extractor
https://audeering.github.io/opensmile/
Other
569 stars 75 forks source link

opensmile min sdk question #11

Closed toan-t-le closed 3 years ago

toan-t-le commented 3 years ago

Are there any features that might not work if I go lower than android sdk 23 specified here? https://github.com/audeering/opensmile/blob/master/progsrc/android-template/opensmile/build.gradle I'm planning to integrate this to an app with minimum sdk as low as 19. I'm unsure what the trade-offs gonna be, any insights are highly appreciated.

chausner-audeering commented 3 years ago

The sample project might not be compatible without changes but in principle the Android integration only relies on JNI and SWIG which should work for pretty much any Android version.

/cc @hesamsagha

toan-t-le commented 3 years ago

Thanks for your insights and quick response!