My application is using AMR using opencoreamr-android. My wrapper includes calls which check AMR symbols and libstagefright (like libstagefright_soft_amrdec library) are present in the system.
However since android nougat i cannot access libstagefright libraries due to the new limitations linking /system/lib libraries !
So how can I keep my approach for encoding/decoding AMR in Android Nougat?
If there are issues in keeping this way encoding which are alternatives to keep the implementation of AMR encoding / decoding in the NDK? Can i use there the hardware encoder/decoder?