You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing an app for hearing aids - the aids are capable of streaming audio in the form of a low bitrate codec which I can decode into LPCM or other formats on-the-fly.
Is it possible to override one of the classes in this library -- say, SpeechRecognizer -- to provide it with my custom audio stream instead of it using the phone's default mic as the Google Assistant does?
I am willing to accept missing out on hotword detection from the hearing aid (either way, we can't run this stream on our aids indefinitely without severe battery drain), but I would want to be able to provide the speech recognizer with the audio from the hearing aids microphone once the recognizer is activated.
Does this sound possible and would it be possible able to add this functionality to this library?
Even just knowing it is possible would help me, but if it is I am willing to contribute an implementation in the form of a PR.
The text was updated successfully, but these errors were encountered:
I'm developing an app for hearing aids - the aids are capable of streaming audio in the form of a low bitrate codec which I can decode into LPCM or other formats on-the-fly.
Is it possible to override one of the classes in this library -- say, SpeechRecognizer -- to provide it with my custom audio stream instead of it using the phone's default mic as the Google Assistant does?
I am willing to accept missing out on hotword detection from the hearing aid (either way, we can't run this stream on our aids indefinitely without severe battery drain), but I would want to be able to provide the speech recognizer with the audio from the hearing aids microphone once the recognizer is activated.
Does this sound possible and would it be possible able to add this functionality to this library?
Even just knowing it is possible would help me, but if it is I am willing to contribute an implementation in the form of a PR.
The text was updated successfully, but these errors were encountered: