Re: [webkit-dev] Safari browser on Mac OSX complains AudioContext.createMediaStreamSource is undefined !

2015-03-19 Thread Sasi San
() is behind a MEDIA_STREAM compile-time flag. It appears the mac port does not turn this flag on so Safari does not currently support the Media Stream API. Kr, --  Chris Dumez - Apple Inc. - Cupertino, CA On Mar 19, 2015, at 9:35 AM, Sasi San sasikumar.gan...@gmail.com wrote: Hi- I am trying

[webkit-dev] Safari browser on Mac OSX complains AudioContext.createMediaStreamSource is undefined !

2015-03-19 Thread Sasi San
Hi- I am trying to get the live audio input from microphone using AudioContext. Safari browser complains that the createMediaStreamSource is undefined. here is my sample of JavaScript code. It's not able to create Audio source node. So I am not able to get the audio sample from microphone in the

[webkit-dev] “createMediaStreamSource” of “AudioContext” is undefined using Safari browser !

2015-03-05 Thread Sasi San
Hi- I am using Temasys’ Free WebRTC Plugin in my project with web audio APIs to get the audio stream. It works on all the browsers except Safari which is complaining about “createMediaStreamSource” of “AudioContext” is undefined. Please let me know when this API will be available for Safari. or