I have a super simple web page that uses the Web Speech API so that I can more easily municate with my mom (she is deaf). Google's voice recognition is fast enough that I can talk to her in realtime (she reads the vr results).
My site:
We are both using Chrome v30.0.1599.66.
The problem I'm running into is that every time I click on the microphone icon Chrome asks me if I want to allow access.
I click 'Allow' every time. If I look at Chrome's Media Settings for my site I see that the audio behavior is set to "Ask" but I can't seem to change it to "Allow".
Does anyone understand what is going on here?
UPDATE It looks like I might have to enable https for my choice to remembered. I'd still like someone to verify that for me if possible.
TIA! -CS
I have a super simple web page that uses the Web Speech API so that I can more easily municate with my mom (she is deaf). Google's voice recognition is fast enough that I can talk to her in realtime (she reads the vr results).
My site: http://goo.gl/Wm69Mp
We are both using Chrome v30.0.1599.66.
The problem I'm running into is that every time I click on the microphone icon Chrome asks me if I want to allow access.
I click 'Allow' every time. If I look at Chrome's Media Settings for my site I see that the audio behavior is set to "Ask" but I can't seem to change it to "Allow".
Does anyone understand what is going on here?
UPDATE It looks like I might have to enable https for my choice to remembered. I'd still like someone to verify that for me if possible.
TIA! -CS
Share Improve this question edited Oct 4, 2013 at 12:56 RobertJoseph asked Oct 4, 2013 at 12:49 RobertJosephRobertJoseph 8,15814 gold badges73 silver badges114 bronze badges 4-
1
According to Googles docs, if you select allow on a
http
URL your preference is not remembered. However if it is ahttps
URL it will remember. support.google./chrome/answer/2693767?hl=en – Paddyd Commented Oct 4, 2013 at 12:56 - @Paddyd Please change your ment to an answer and I will mark it as correct. – RobertJoseph Commented Oct 4, 2013 at 14:00
- 1 Added it as an answer :) – Paddyd Commented Oct 4, 2013 at 14:04
- 1 @CaymanEss verifiable here - talater./annyang – Sharun Commented Oct 4, 2013 at 16:52
1 Answer
Reset to default 8According to Google's Docs, if you select allow on a http
URL your preference is not remembered. However if it is a https
URL it will remember.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742324722a4422517.html
评论列表(0条)