-
Notifications
You must be signed in to change notification settings - Fork 33
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
Quickstart demo model.predict_clip(data)
#51
Comments
When I try my demo, it fails:
I see that for some reason python can't import audio module ... |
I added the following to microwakeword/init.py, but now it fails find
that is imported in and
that is imported in inference |
Those seem like Python install issues, but I'm not super familiar with the details on how this type of stuff works! I suggest looking at pymicro-wakeword for running models in streaming mode. The inference code included in this repo is not suitable for processing streaming audio, as it generates spectrogram features assuming you have the entire audio clip. |
Hi, I am trying to use this library on macOS, here is my code snippet
and Pipfile
I appreciate any help with a simple demo. Thank you!
The text was updated successfully, but these errors were encountered: