Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a text input field in addition to the speech input #19

Open
RomFouq opened this issue Jan 18, 2016 · 3 comments
Open

Add a text input field in addition to the speech input #19

RomFouq opened this issue Jan 18, 2016 · 3 comments

Comments

@RomFouq
Copy link

RomFouq commented Jan 18, 2016

A text input field would enable to test the project without speaking or with a browser that doesn't yet support the Speech API.

@daffl
Copy link
Member

daffl commented Jan 19, 2016

I like it. I've been thinking of different ways to integrate (like a Slack chat client with text output). Maybe the first version of the text input can even work more like a chat window with the input at the bottom and whatever output at the top. There are some interface improvements I'm working on so I'll definitely mock this out and see how it works out.

@SebMenozzi
Copy link

Does the Speech API only work with Chrome ? Because I've tried with Firefox but it doesn't work. But I see in the code :

window.SpeechRecognition ||
  window.webkitSpeechRecognition ||
  window.mozSpeechRecognition ||
  window.msSpeechRecognition ||
  window.oSpeechRecognition;

So I am confused whether it should work or not.

@daffl
Copy link
Member

daffl commented Jan 24, 2016

According to Can I use speech recognition is supported in Firefox 44 and later using the media.webspeech.recognition.enable flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants