Is it possible to access the microphone (built-in or auxiliary) from a browser using client-side JavaScript? Ideally, it would store the recorded audio in the browser. Thanks!...
Is it possible to read the hardware information (at least the name) of the (in-build) microphone while a user is recording an audio file on my website? Is that possible with JavaScript or is there another way to solve this problem? I searched the w...
I am attempting to create it so when a user plays a sound, it plays the sound to the users microphone input. Thus when they're in a Skype Call/Game chat/etc it will be played for all users to hear. Is there any way to play music to the micropho...
I would like some advice on how best to get the microphone activity level of an audio MediaStreamTrack javascript object in Chrome/Canary. The MediaStreamTrack object is an audio track of the MediaStream returned by getUserMedia, as part of the WebR...
Actually I'm trying to create a sound activity level from the mic. No record just a live level. I found many topics but nothing using only javascript. I found many useful links but I have no idea how to create what I want with just only javascrip...
I'm using getUserMedia() for audio recording and it works correctly but have an issue with it. I want to display a message before starting recording that any microphone is connected with system or not. For this I have used following code and ru...
I'm using an javascript plugin called cameratag (https://cameratag.com) to record video via the web browser. Its uses a flash based solution. When the flash application requests permission to access the webcam it presents this security dialog:...
I found a javascript that captures the current microphone input just to send it out again. You can see it here: https://codepen.io/MyXoToD/pen/bdb1b834b15aaa4b4fcc8c7b50c23a6f?editors=1010 (only works with https). I was wondering how I can generate...
Since HTML5 isn't ready yet, and getUserMedia doesn't work in browsers i have tested, I am asking that is there any "wrappers" so I could grap audio stream from microphone and send it to server with Javascript. Similar wrapper has bee...
I'm trying to implement access to the microphone in Javascript, in a webpage, using both navigator.getUserMedia({audio: true}) or navigator.mediaDevices.getUserMedia({audio:true}) (and implementing a check for vendor prefixes: navigator.getUse...
©2020 All rights reserved.