I have tried:
Manager.createPlayer("capture://audio");
Manager.createPlayer("capture://wav");
Manager.createPlayer("capture://x-wav");
Manager.createPlayer("capture://x-wav?encoding=pcm&rate=11025&bits=16&channels=1");
But all of them gave me MediaException on the simulaor.
I am using S60_2nd_FP2_MIDP_SDK on Java 1.6 and WTK25.
Can anyone tell me why I can't record audio?

Reply With Quote


