VoiceSens
VoiceSens copied to clipboard
Microphone not detected during the execution
The microphone access is not being asked when i execute the program, during the User Voice Print Enrollment - Start Recording, the microphone doesn't seem to activate, please help
@darcAng3l I am also facing the same issue with the below error
voice.js:35 Device error: Error: getUserMedia is not implemented in this browser
(anonymous) @ voice.js:35
p5.sound.min.js:26 Error: getUserMedia is not implemented in this browser
at Object.navigator.mediaDevices.getUserMedia.navigator.mediaDevices.getUserMedia (p5.dom.min.js:3)
at t.AudioIn.start (p5.sound.min.js:26)
at voice.js:60
(anonymous) @ p5.sound.min.js:26
I think in newer implementations we need to take permissions for the mic from a user and the method which was implemented here in the project is deprecated.
If any solutions found it would be appreciated
It is due to the policy changes By default, the state is suspended. Hence no response on the website This might help : https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#webaudio
i have same issue, can someone update ?
To ignore Chrome’s secure origin policy, follow these steps.
Navigate to chrome://flags/#unsafely-treat-insecure-origin-as-secure in Chrome.
Find and enable the Insecure origins treated as secure section (see below).
Add any addresses you want to ignore the secure origin policy for. Remember to include the port number too (if required).
Save and restart Chrome.
I found solution from below link.Hope it will help to someone
https://medium.com/@Carmichaelize/enabling-the-microphone-camera-in-chrome-for-local-unsecure-origins-9c90c3149339