Posts Tagged ‘mmapi’
Audio support in J2ME and J2SE
So I’d like to capture some audio using a Java program, and play it back using a different Java program. I don’t care what encoding I use. Easy, right?
No, unfortunately not. Because the recording is to be done using J2ME (and JSR-135) on a mobile phone… but played back with a J2SE application on my desktop PC.
And guess what? There isn’t a single common codec! My phone only supports AMR, but the Java Media Framework supports everything but.
FFS! ![]()
Tags: amr, audio, j2me, java, jmf, mmapi
Filed under tech :
Comments (0) :
Sep 14th, 2008