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

[BUG]: Audio recognizer locks up if mic signal is quiet on android / chrome #157

Open
mikeymasonic opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mikeymasonic
Copy link

Describe the bug
I first noticed this bug while developing an app and testing it on my android phone. Totally thought it was my code causing the issue, then I went directly to the teachable machine's demo I created and noticed it's happening there too.

Phone I'm using: Unlocked Samsung Galaxy s20 FE

Basically if I visit the teachable machine's model (audio model) I created on android using Chrome, Brave, or Samsung Browser and there is little to no microphone input the whole model freezes, spectrograph, number output etc and freeze in place. If I make another sound, it will update again. Seems to lock up on the last sample if the mic db threshold isn't above a certain level.

Works perfectly using Firefox on my phone.

To Reproduce
Steps to reproduce the behavior:

  1. Go to this url using chrome on an android device : https://teachablemachine.withgoogle.com/models/2V9Y6m3Ug/
  2. Try to make a sound, see if it freezes

Relevant Links
https://teachablemachine.withgoogle.com/models/2V9Y6m3Ug/

Expected behavior
Samples continually update even with lack of audio input

Smartphone (please complete the following information):

  • Device: Samsung Galaxy s20FE
  • OS: Android 10
  • Browser: Chrome, Brave, or Samsung Browser
  • Version: Chrome 86.0.4240.198
@mikeymasonic mikeymasonic added the bug Something isn't working label Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant