https://github.com/rockmagma02/bob-plugin-openai-tts
OpenAI TTS for Bob Plugin is a tts plugin for bob, a brilliant translation and OCR software on macOS. This plugin uses OpenAI's API to provide text-to-speech service.
https://github.com/rockmagma02/bob-plugin-openai-tts
bobplugin openai openai-api tts tts-api
Last synced: 5 months ago
JSON representation
OpenAI TTS for Bob Plugin is a tts plugin for bob, a brilliant translation and OCR software on macOS. This plugin uses OpenAI's API to provide text-to-speech service.
- Host: GitHub
- URL: https://github.com/rockmagma02/bob-plugin-openai-tts
- Owner: rockmagma02
- License: other
- Created: 2024-07-08T09:25:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:13:48.000Z (9 months ago)
- Last Synced: 2024-11-14T04:51:32.372Z (7 months ago)
- Topics: bobplugin, openai, openai-api, tts, tts-api
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenAI TTS for Bob Plugin
## Introduction
OpenAI TTS for Bob Plugin is a tts plugin for bob, a brilliant translation and OCR software on macOS. This plugin uses OpenAI's API to provide text-to-speech service.
## Get Started
1. Install [Bob](https://bobtranslate.com/guide/#%E5%AE%89%E8%A3%85) (version >= 0.50, recommend >= 1.8.0), a translation and OCR software on macOS.
2. Download this plugin: [openai-tts.bobplugin](https://github.com/rockmagma02/bob-plugin-openai-tts/releases/latest).
3. Install this plugin, Just double click the downloaded file.
4. Get your API KEY from [OpenAI](https://platform.openai.com/api-keys).
5. Fill in the API KEY in Bob's preference settings > Services > OpenAI TTS.
## Thanks To
My code is based on [yetone/bob-plugin-openai-translator](https://github.com/openai-translator/bob-plugin-openai-translator), thanks to the author for the great work.
Thanks to [ripperhe](https://github.com/ripperhe), the developer of Bob.