 Thread Author
# 1

12-22-2010, 01:37 AM
|
| CrackBerry Newbie | | Join Date: Dec 2010 Posts: 1 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Is AAC+ supported in Blackberry Bold 9700?
Hello,
I wanted to know if the AAC+ format is supported on OS5.0 Bold 9700 phones. When I call javax.microedition.media.Manager.getSupportedConte ntTypes(“http”), I get the following list of audio types:
audio/midi
audio/mpeg
audio/x-wav
audio/amr
audio/basic
audio/x-gsm
audio/mp4
audio/aac
audio/x-ms-wma
audio/flac
audio/ogg
None of the AAC+ encodings appear to be this list. Does this mean that AAC+ is not supported?
In the absence of an AAC+ content type, I am having to set the encoding to audio/mpeg or audio/aac in the music streaming app we are developing for a client but our client is reporting a sound quality fall off in the high end (> 16 KHz) of the spectrum. The incoming audio is encoded in 64 Kbps AAC+.
|