Skip to content
Advertisement

Tag: web-audio-api

noteOn is not a function

I have: But then I get an error here: Uncaught TypeError: sourceHuman.noteOn is not a function Why is noteOn method not defined? UPDATE I’m using my HTML audio tag to stream by hls.js: I would like to get the audio streamed by HLS and process it with Web Audio API. According to this post, I guess I would have to

WebRTC issue when using RecordRTC

We use the RecordRTC library to record user audio to our system. But an user got this error: Uncaught sample-rate must be under range 22050 and 96000 And I’m not sure what does it mean, as far as I could find on google it has something to do with his hardware (mic or headphone). Is that correct? There’s nothing much

Advertisement