This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Unable to upload wake word. #47
Comments
those are bytes passed to we would need to convert it like listener = self.config.get("listener", {})
audio = AudioData(audio_bytes,
sample_rate=listerner.get("sample_rate", 16000),
sample_width=listerner.get("sample_width", 2)) |
fixed in #48 |
Merged
JarbasAl
pushed a commit
that referenced
this issue
Oct 12, 2023
Continuation of #48 Closes #47 Co-authored-by: Daniel McKnight <[email protected]>
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Configuration:
The text was updated successfully, but these errors were encountered: