07-12-2009 11:13 PM
Hello
I want to set the 5.15 kbps for AMR codec for playing and recording.
How can I set ?
is it possible 5.15kbps on Bold9000 phone?
(as I tested, default bitrate is 12.2 kbps.)
thanks.
08-13-2009 03:30 PM
07-29-2010 06:20 AM
Does anyone know is it possible to record AMR in different rate than 12.2 kbps? And offcourse how to set player to record it.
07-29-2010 08:50 AM
Please read some documentation before making a post: http://www.blackberry.com/developers/docs/5.0.0api
I happen to use 5.0 but this has been supported since 4.0 (or so it says).
07-29-2010 09:05 AM
Thx ,
But,
I've seen documentation. Maybe I'm blind but I can't see where's AMR mentioned in that text.
audio_enc = "pcm" / "ulaw" / "gsm" / content_type
Besides that, RIM copied that text from J2ME MMAPI and I'm aware what is stated in MMAPI, but i don't know what was implemented by RIM.
07-29-2010 09:11 AM
MMAPI allows you to query what is supported:
Manager.getSupportedContentTypes("capture");
If AMR is returned then you can safely do "encoding=amr"
07-29-2010 09:19 AM - last edited on 07-29-2010 09:19 AM
Ok, i know that AMR is supported but I want to know if anyone succeeded to record AMR with different rate.
This will record AMR with 12.2 kbps
player = Manager.createPlayer("capture://audio?encoding=amr
I need something like this.
player = Manager.createPlayer("capture://audio?encoding=amr
Which rates are for sure supported and on which device/OS?