Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
BlackBerry Development Advisor
gsandhu
Posts: 27
Registered: ‎07-14-2008

Re: Is the voice path broken with the 10.9.9.339 OS release?

The AudioLoopBackSample app in github has been updated to fix this issue https://github.com/blackberry/Core-Native-Community-Samples/tree/master/AudioLoopBackSample

This sample is updated to Disable MMAP on play and record Use type VIDEO_CHAT as opposed to VOICE (recommended by RIM audio team) Free up audio_manager handles properly (RIM audio team code review) Set the play to headset because VIDEO_CHAT defaults to speaker (recommended RIM audio team) Removed the conditional compile for the old SDK version as nothing that’s not built with the current SDK will run on BB10

 

Gurtej Sandhu

Please use plain text.
Contributor
Tamamaxx
Posts: 11
Registered: ‎12-17-2012
My Carrier: AIS

Re: Is the voice path broken with the 10.9.9.339 OS release?

Thank you.
Please use plain text.