8000 feat: google TTS · frostming/tetos@6651c57 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 6651c57

Browse files
committed
feat: google TTS
Signed-off-by: Frost Ming <me@frostming.com>
1 parent f1de83a commit 6651c57

File tree

5 files changed

+482
-3
lines changed

5 files changed

+482
-3
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ A unified interface for multiple Text-to-Speech (TTS) providers.
1919
- `speech_key`: Azure Speech service key
2020
- `service_region`: Azure Speech service region
2121

22+
- [Google TTS](https://cloud.google.com/text-to-speech?hl=zh-CN)
23+
24+
Requirements:
25+
26+
- [Enable the Text-to-Speech API in the Google Cloud Console](https://console.developers.google.com/apis/api/texttospeech.googleapis.com/overview?project=586547753837)
27+
- Environment variables `GOOGLE_APPLICATION_CREDENTIALS` pointing to the service account key file
28+
2229
- [Volcengine TTS(火山引擎)](https://console.volcengine.com/sami)
2330

2431
Required parameters:
@@ -63,7 +70,7 @@ TeTos respects the proxy environment variables `HTTP_PROXY`, `HTTPS_PROXY`, `ALL
6370

6471
## TODO
6572

66-
- [ ] Google TTS
73+
- [x] Google TTS
6774
- [ ] SSML support
6875

6976
## License

0 commit comments

Comments
 (0)
0