11-18-2008 08:23 PM
I need to capture audio in PCM format.
According to the JDE 4.6.0 Multimedia Guide:
"The BlackBerry® smartphone uses two formats to record audio: Adaptive Multi-Rate (AMR) and 8 kHz mono-16-bit pulse code modulation (PCM). By default, the format is AMR.
PCM: capture://audio?encoding=pcm or capture://audio?encoding=audio/basic"
However, when I run the code:
Manager.createPlayer( "capture://audio?encoding=pcm" );
This works on a Pearl 8100, but on a Pearl 8330, I get a MediaException, with the error:
Unsupported record encoding type
Do all handsets support PCM encoding? If not, where would I find out the capabilities of the different models?
11-28-2008 04:27 PM