Top "Webkitaudiocontext" questions

Use webkitaudiocontext for questions related to the Webkit prefixed version of the AudioContext API of the Web Audio API specification

AudioContext on Safari

Yesterday, I had a question about the noteOn method of the AudioContext object. I've gotten myself all turned around now …

javascript webkitaudiocontext
ReferenceError: AudioContext not defined

I'm trying to use the RecorderJS library (https://github.com/mattdiamond/Recorderjs) which requires me to have an AudioContext. However, …

javascript html audio audio-recording webkitaudiocontext
Record Sounds from AudioContext (Web Audio API)

Is there a way to record the audio data that's being sent to webkitAudioContext.destination? The data that the nodes …

audio-recording html5-audio web-audio-api webkitaudiocontext