11-03-2011 08:19 AM
Hello,
I have a problem that I can not start a recorder using GSM codec on a real device. It works on simulator.
MediaException is thrown with: Unsupported record encoding type.
I tried to create a recorder like this:
javax.microedition.media.Manager.createPlayer("cap ture://audio?encoding=audio/x-gsm");
javax.microedition.media.Manager.createPlayer("cap ture://audio?encoding=audio/gsm");
javax.microedition.media.Manager.createPlayer("cap ture://audio?encoding=gsm");
javax.microedition.media.Manager.createPlayer("cap ture://audio?encoding=x-gsm");
Does anybody knows where the problems is? I'm using 9900@7.0.0.296
05-03-2012 04:00 PM - edited 05-03-2012 10:02 PM
I guess you have to encode it yourself. ![]()