Hi everyone!
I'm creating a wav files using AudioStreamer library, this working very fine but I need to convert the wav files generated to mp3 files..
For that, I'm trying to use the liblame MP3 encoder/decoder, but I'm have the follow error when I'm using it:
Anyone could recommend me any other way or library to convert wav to mp3?
Thanks in advance!
I'm creating a wav files using AudioStreamer library, this working very fine but I need to convert the wav files generated to mp3 files..
For that, I'm trying to use the liblame MP3 encoder/decoder, but I'm have the follow error when I'm using it:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/myapp.app--uOs3NtiJGr9rqUtKX1kAg==/lib/arm/liblame.so" has text relocations (https://android.googlesource.com/pl...md#Text-Relocations-Enforced-for-API-level-23)
Anyone could recommend me any other way or library to convert wav to mp3?
Thanks in advance!