Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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スクリプト

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 "こんにちは、四国めたんです"
```