blackberry / WebWorks-TabletOS

BlackBerry WebWorks for Tablet OS is a platform for building deeply integrated web applications for the BlackBerry PlayBook
http://us.blackberry.com/developers/tablet/webworks.jsp
Apache License 2.0
70 stars 14 forks source link

feature request: 2 channel audio recording #54

Open astanley opened 12 years ago

astanley commented 12 years ago

"The WebWorks API reference indicates that recording from the microphone(s) is possible on one channel. However, the Voice Notes app clearly records on two channels, as can be easily demonstrated by moving the Playbook from left to right while recording one's own voice. Where can I find the WebWorks API for 2-channel audio recording from the Playbook mics? Thanks."

http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Recording-2-channel-audio-WebWorks-API/td-p/1578701

jeffheifetz commented 12 years ago

There is a stereo audio extension in the WebGL-Examples repo used by the tunneltilt app

astanley commented 12 years ago

Link to sample Jeff is referring to: https://github.com/blackberry/WebGL-Samples/tree/master/tunneltilt

That might be a good one to merge into the Community-APIs repo.

However it doesn't capture microphone support, which is what the original developer was asking for.