Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/voicevox_api_call_test
VOICEVOX ENGINEのAPIをとりあえず呼び出すテストに使うためのPythonスクリプト
https://github.com/aoirint/voicevox_api_call_test
Last synced: about 1 month ago
JSON representation
VOICEVOX ENGINEのAPIをとりあえず呼び出すテストに使うためのPythonスクリプト
- Host: GitHub
- URL: https://github.com/aoirint/voicevox_api_call_test
- Owner: aoirint
- License: unlicense
- Created: 2021-08-11T23:46:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T04:18:57.000Z (6 months ago)
- Last Synced: 2024-07-10T06:41:55.479Z (6 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# voicevox_api_call_test
## Create .env
```
VOICEVOX_ENGINE_URL=http://127.0.0.1:50021/
# VOICEVOX_ENGINE_URL=https://user:[email protected]/
```## Execute
### Synthesis
```shell
python3 main.py synthesis -s 0 -t "こんにちは、四国めたんです"
```