voirs-cli 0.1.0-beta.1

Command-line interface for VoiRS speech synthesis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "version": "{{VERSION}}",
    "description": "{{DESCRIPTION}}",
    "homepage": "{{HOMEPAGE}}",
    "license": "{{LICENSE}}",
    "url": "{{REPOSITORY}}/releases/download/v{{VERSION}}/voirs-windows.zip",
    "hash": "{{SHA256}}",
    "extract_dir": "voirs-{{VERSION}}",
    "bin": "voirs.exe",
    "checkver": {
        "github": "{{REPOSITORY}}"
    },
    "autoupdate": {
        "url": "{{REPOSITORY}}/releases/download/v$version/voirs-windows.zip",
        "extract_dir": "voirs-$version"
    }
}