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

Implement audio recording for narration in record.py #164

Open
abrichr opened this issue May 19, 2023 · 4 comments
Open

Implement audio recording for narration in record.py #164

abrichr opened this issue May 19, 2023 · 4 comments
Assignees

Comments

@abrichr
Copy link
Member

abrichr commented May 19, 2023

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.

@FFFiend
Copy link
Collaborator

FFFiend commented May 20, 2023

Do we want the recording to be captured and converted to be then mixed into the inputs for LLM completions somehow? (Whisper)

@abrichr
Copy link
Member Author

abrichr commented May 21, 2023

@FFFiend exactly right!

@FFFiend
Copy link
Collaborator

FFFiend commented May 23, 2023

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)? 😮

@abrichr
Copy link
Member Author

abrichr commented Mar 7, 2024

@FFFiend good question. The idea here is to include the transcription in the model prompt to provide context to the model for what is important.

Related: #564

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants