Android Question Alternative to liblame MP3 encoder/decoder?? Error using sdk 29...

prbmjr

Active Member
Licensed User
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:

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!
 

JohnC

Expert
Licensed User
Longtime User
I see you made another post, so I just wanted to link to it in case anyone finds this thread:

 
Last edited:
Upvote 0
Top