Can anyone tell me how to encode a MP3 file in Android (as you would by using lame.dll in Windows or lame.so in Linux)?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
You can't use the Linux or Windows versions of LAME in Android, just like you can't run the PC versions of MS Word or OpenOffice in Android. Applications are written for particular OSes and architectures, or for cross-platform frameworks like Java. (Android doesn't have a true full JVM, though.) A quick search returned Lame4Android, an Android app you can use to encode WAVE files as MP3. It doesn't look like it can do anything else; if you need more functionality then you probably need to find or make a native port of LAME or another encoder. |
||||
|
|
|
From the help of lame.exe:
Running |
|||||||
|