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

Add support for Audio input, speech to text #62

Open
LordMsz opened this issue Apr 6, 2024 · 0 comments
Open

Add support for Audio input, speech to text #62

LordMsz opened this issue Apr 6, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@LordMsz
Copy link
Owner

LordMsz commented Apr 6, 2024

Looks pretty much doable, idea is to load audio on demand, e.g. user pressing button, save it as "audio" message, send it to recognizer, get the text as prompt and go...

https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API

https://platform.openai.com/docs/guides/speech-to-text?lang=node

@LordMsz LordMsz added the enhancement New feature or request label Apr 6, 2024
@LordMsz LordMsz added this to the Version 0.2 milestone Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant