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 ai speech #720

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Add ai speech #720

merged 1 commit into from
Jan 4, 2024

Conversation

jlowin
Copy link
Member

@jlowin jlowin commented Jan 4, 2024

from marvin.components.ai_speech import ai_speech

@ai_speech
def say_hello(name:str):
    return f'hello there, {name}!'

r = say_hello("Marvin")
r.stream_to_file('./speech.mp3')

@jlowin
Copy link
Member Author

jlowin commented Jan 4, 2024

Sitrep: just had a minor panic that "speech" was spelled incorrectly. Need coffee.

@jlowin jlowin merged commit 79934fe into main Jan 4, 2024
11 checks passed
@jlowin jlowin deleted the ai-speech branch January 4, 2024 14:54
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

Successfully merging this pull request may close these issues.

1 participant