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

voice-recognition: Mobile phone stops listening even with the "continuous" attribute #37

Open
masonlouchart opened this issue Dec 7, 2017 · 0 comments

Comments

@masonlouchart
Copy link
Collaborator

masonlouchart commented Dec 7, 2017

On my app, I have a button to start and stop voice recognition.

voice-recognition-button
("Parlez" = "Speak now")

The purpose is simply to fill an input form. On browser everything is working well. The user starts and stops the audio capture when they wants.

On my Nexus 5, the mobile phone itself stops the capture. Moreover, the end event is not thrown and the result event is twice. As the app is waiting for end event to update the button style, it's never updated.

Current behaviors

  • mobile phone stops the audio capture even when continuous attribute is true
  • result event is fired twice when mobile phone stops the capture

Expected behaviors

  • mobile phone records the voice continuously when continuous attribute is true
  • result event fired only once

Nexus 5
Android 6.0.1
Chrome mobile
Polymer 1.9.1

@masonlouchart masonlouchart changed the title Mobile phone stops the capture even with "continuous" attribute set true. voice-recognition: Mobile phone stops listening even with the "continuous" attribute Dec 7, 2017
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

1 participant