How to listen to radio in Java ME
The following is the code that can be used to listen to a radio in Java ME:
Player player = Manager.createPlayer("capture://radio?f=98.3&st=stereo");
// This will tune to 98.3 FM frequency in stereo modeFor the above code to work, it is required that the device has the necessary JSRs.

