Is there a way to convert WAV to MP3 in android. My application records audio as WAV and I want to convert it to MP3 but without using NDK. Most answers I found is that I have to resort to using Android NDK. But I still don't know much about NDK. So, is there anyway to convert it to MP3. Like just some libraries or something?
Asked
Active
Viewed 171 times
2
-
so, i dont have to resort to NDK in those answers, right? – sftdev Jun 25 '13 at 00:13
-
The first and accepted response lists both pure java and NDK versions. – Plastic Sturgeon Jun 25 '13 at 03:18
-
how can i use it for my android application? – sftdev Jun 25 '13 at 06:47