Speaker-Identification / You-Only-Speak-Once

Deep Learning - one shot learning for speaker recognition using Filter Banks
142 stars 36 forks source link

Demo not accepting audio #2

Open sampathkethineedi opened 4 years ago

sampathkethineedi commented 4 years ago

Hi, great work and I’m looking forward to test this. But I tried running the demo through docker and also on my machine but the app.js doesn’t seem to trigger microphone input in browser (Safari and Firefox). Thanks!

vivekkr12 commented 4 years ago

Did you check the browser console for errors?

rsingh2083 commented 3 years ago

Im getting this errr on console :---

Uncaught TypeError: Cannot read property 'getUserMedia' of undefined at HTMLButtonElement.startRecording (app.js:44)

vivekkr12 commented 3 years ago

I guess that microphone permissions were not granted from the browser for recording.

rsingh2083 commented 3 years ago

But its not even asking for permission , no popup on any of the browsers at all.

vame9 commented 2 years ago

rsingh2083 It could be the antivirus blocking the appearance of the popup , try disabling it and retry

erdeme36 commented 1 year ago

This repo was working until 2 days ago. Suddenly something happens and I cannot record the voice. When I click the Record button, it automatically closes. Does anyone have any idea about that? Thanks in advance. @vivekkr12

vivekkr12 commented 1 year ago

Its most likely an updated browser permission or some anti virus which is preventing the webpage from accessing microphone. Some common hints.

darshuahuja commented 1 month ago

hey there are a certain files which are non fetchable in docker, could you please help?