Skip to content Skip to sidebar Skip to footer
Showing posts with the label Audio Recording

Web Audio Api Input From Specific Microphone

I'm using the Web Audio Api ( navigator.getUserMedia({audio: true}, function, function) ) for a… Read more Web Audio Api Input From Specific Microphone

How To Record Microphone Audio In Javascript And Submit To Dialogflow?

How can I record audio from the microphone in JavaScript and submit it to DialogFlow, without going… Read more How To Record Microphone Audio In Javascript And Submit To Dialogflow?