-
Notifications
You must be signed in to change notification settings - Fork 13
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
Access Raw Audio after a Wake Word #9
Comments
Unfortunately, this module does not support such functionality. Perhaps you can consider turning off the audio playback function of this module and adding a speech synthesis module to achieve this effect. |
@qsjhyy For the speech synthesis I simply want to play an audio downloaded fron the cloud. It is the easy part because many online tools provide that audio. I do not need speech synthesis on board. My issue is related on speech recognition. I want to get the audio buffer from the device after voice trigger. To send it to the cloud and perform Speech2Text online. The API do not provide access to the microphone buffer ? |
The fact is, this module does not have the function that you say. This is more like the function of a standalone microphone. |
Ahhhh ok, I though a software workaround would be possible (since it's a microphone) but I understand it is a hardware limitation. That would be awesome if DFRobot that kind of hardware. Here is an exemple with Grok, no not the Elon LLM, not the CPU, but a plush that embed a microphone connected to the cloud. |
DFRobot will release this kind of hardware in the future, so stay tuned. |
Thanks ! |
Following this discussion and my comment :
It would be very very valuable if we could have access to the raw audio after a wake word.
For instance : "Hello bot, (... some audio ...)"
Many thanks for your help. I can test the GPT parts but looking for a sample to get started retrieveing the audio from microphone.
The text was updated successfully, but these errors were encountered: