cemfi / meico

A converter framework with support for MEI, MSM, MPM, MIDI, WAV, MP3, chroma, and XSLT
GNU General Public License v3.0
69 stars 14 forks source link

Compatibilty with android #22

Closed Mohit4050 closed 4 years ago

Mohit4050 commented 4 years ago

Hi Sir, Can I use this library for my android project as need to convert PCM to mp3 format. thanks & regards newbie :)

axelberndt commented 4 years ago

Hi, I have never tested meico on Android. I think it should work there, too. So, try it out and tell me of your experiences. However, for PCM-to-MP3 encoding you don't really need the whole meico framework. Meico relys on the Java LAME library for this and you may consider using it directly. In meico's class meico.audio.Audio you find method encodePcmToMp3() that shows how to do it. So you may just copy the required code snippets from this class into your code. Anyway, if you find meico more convenient, feel free to use it in your project.