10-09-2009 11:03 PM
naveen4nkp wrote:
i am sure it will work, i already tested it ...
Which codec(s) are you using?
10-10-2009 09:25 PM
01-06-2010 05:01 AM
please give good explanation....It's quite hazy to all of us I think
01-06-2010 08:52 AM
Which part is hazy?
01-25-2010 04:24 AM
@Aviator168:
"PCM is a must for a VoIP application."
Why do you say that ?
a) blackberry limitation (you've tested and proved that AMR will not work) or
b) some kind of general rule (which would not be valid if you use proprietary servers).
I would prefer answer a) ![]()
02-01-2010 10:56 AM
Most of the VoIP switch out there don't support AMR. I am dealing with commercial VoIP providers for business. Of those 20 something providers I work with, 1 supports G729 as well as G711, the rest of them only support G711.
02-04-2010 02:35 AM - last edited on 02-04-2010 02:36 AM
the part regarding inter process synchroization between recording and capturing process
is not clear
03-31-2010 09:41 AM
would you plz explain this with a small example how can we acheive this?
10-06-2011 07:35 PM - last edited on 10-06-2011 07:36 PM
There is the Global Events and the Global Event listener. http://supportforums.blackberry.com/t5/Java-Develo
I guess for eg the Application which is not UiApplication just attaches to the GlobalEventListener and listens for events like:start recording / stop recording coming from the UIApplication.THe application just needs to do whatever is needed with the 'recorded' media. Meanwhile the UiApplication continues caring for the ui and for playing media.
Did anyone go for this approach? Was it really able to have the two simultaneous players on OS5?