-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Implement audio recording for narration in record.py #164
Comments
Do we want the recording to be captured and converted to be then mixed into the inputs for LLM completions somehow? (Whisper) |
@FFFiend exactly right! |
Awesome, I'm just confused about one thing: once voice is captured, how exactly do we want to transform the data ? Perhaps a 1-1 mapping between Events and the actual content of the user's speech, because I couldn't see the reasoning behind generating completions for Audio when thats double the work that we're already doing. So is this more to increase the accuracy of completions (which is where the mapping comes in)? 😮 |
We would like to let the user explain what they are doing as they do it when creating a recording.
This is a replacement for #57 , which is proving to be more difficult than we would like.
The text was updated successfully, but these errors were encountered: