TAndroidLame icon indicating copy to clipboard operation
TAndroidLame copied to clipboard

Android/Java wrapper around Lame mp3 encoder

Results 19 TAndroidLame issues
Sort by recently updated
recently updated
newest added

i am converting to mp3 while recording , when i change channel to STEREO the output file plays tooo slow , how to record with two channels or in STEREO...

Hi naman14, I notice that there are two channel related method, one is setOutChannels(1), another is setMode(Mode.mono). While android's AudioRecord.getMinBufferSize() only need one channel args called AudioFormat.CHANNEL_IN_MONO. I'm a newbie...

Hello, your library is wonderful. in my project, i decoded an mp3 to byte array and made changes to it. Now i wand to encode it back to mp3, i...

Abort message: '/Users/a111/Desktop/test/TAndroidLame/androidlame/src/main/jni/./libmp3lame/lame.c:1768: int lame_encode_buffer_sample_t(lame_internal_flags *, int, unsigned char *, const int): assertion "esv->mf_size

so i have a byte array readed from inputstream of a file. how to encode to mp3 ?

id3 tags only writes first char of string. I'm compiling with AS 3.1.3 NDK 17.1.* JRE 1.8.0.* Changing jchar to char in AndroidLame.c makes it work eg. for title: >...

It doesn't record call of other person in Galaxy Note FE. Please help check it, it only record my voice only

Can we get samples back after encode from mic ? I mean to decode mp3 to pcm