-
Notifications
You must be signed in to change notification settings - Fork 347
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 audio + video recording #834
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super cool!
this closes #861
Hey, if anyone runs into an error (like me) while installing
Also, if you don't have |
This PR starts to add tools for working with audio as easily as text (and video!). The
marvin.audio
module can record and play audio and is fully compatible with themarvin.ai.audio
functions like transcribe and speak.marvin.video
supports intermittent frame capture that is fully compatible with themarvin.beta.vision
functions like caption and cast/extract/etc.In order to record and play audio, the optional audio dependencies must be installed:
pip install "marvin[audio]"
Note that transcription / speaking is available without these dependencies, but Marvin can not be used directly for recording / playback.
For video:
pip install "marvin[video]"
Example of spoken conversation with an AI assistant:
Live transcription:
Live captioning from webcam: