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

Whisper #415

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Whisper #415

wants to merge 3 commits into from

Conversation

theofandrich
Copy link
Contributor

No description provided.

…TextToSpeech. Removed the download message for premium voice. Updated the UI for pause/play feature.
return
}

currentDataTask = URLSession.shared.dataTask(with: request) { data, response, error in
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can stream the response in chunks and play in real time without waiting for the whole file https://platform.openai.com/docs/guides/text-to-speech/streaming-real-time-audio

@polymorpher
Copy link
Collaborator

The TTS model at OpenAI is not called Whisper, though someone inverted the model and made a TTS model called WhisperSpeech https://github.com/collabora/WhisperSpeech

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.

3 participants