0
votes

I am using Lame library to convert pcm file to mp3 in android. using this link I compiled it and every thing is ok.

but I don't know how to use this library to convert .Pcm file to .Mp3 in android studio.

any sample code or any hint would be appreciated

1

1 Answers

0
votes

This is an example: https://github.com/intervigilium/Lame4Android/blob/master/src/com/intervigil/lame/Main.java It seems that you need to do a Lame object and onActivityResult do the conversion of the file or see this as a possible duplicated question: https://stackoverflow.com/a/34322713/6848782