Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotet/coeiroink2-txt2wav
長めのテキストをCOEIROINK (v2) に読ませるためのツール
https://github.com/kotet/coeiroink2-txt2wav
cli coeiroink japanese windows
Last synced: about 24 hours ago
JSON representation
長めのテキストをCOEIROINK (v2) に読ませるためのツール
- Host: GitHub
- URL: https://github.com/kotet/coeiroink2-txt2wav
- Owner: kotet
- License: mit
- Created: 2024-02-13T00:26:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T03:24:04.000Z (7 months ago)
- Last Synced: 2024-04-14T18:54:59.878Z (7 months ago)
- Topics: cli, coeiroink, japanese, windows
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coeiroink2-txt2wav
This is a cli tool to convert long text file to wav file using COEIROINK.
## Usage
You need to run this tool on powershell or cmd.
Before using this tool, you need to launch the COEIROINK.```powershell
PS> coeiroink2-txt2wav.exe list
つくよみちゃん: 3c37646f-3881-5374-2a83-149267990abc
れいせい: 0
PS> coeiroink2-txt2wav.exe predict -i input.txt -o output.wav -u "3c37646f-3881-5374-2a83-149267990abc" -s 0
```## OpenAPI
This cli tool uses
[openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator)
to generate a rust client for COEIROINK.```
$ openapi-generator-cli generate -g rust-server -i openapi.json -o coeiroink2
```