-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed the name to Sonata because we're planning to support additional TTS models besides Piper * Support for using fast variants of the voices. These variants are more responsive since they use streaming synthesis * Speedups across the board * Use a single, statically linked, executable for the TTS server * Updated libtashkeel to latest version
- Loading branch information
Showing
302 changed files
with
23,701 additions
and
79,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"addonId": "sonata_neural_voices", | ||
"displayName": "Sonata Neural Voices", | ||
"URL": "", | ||
"description": "Neural voices for NVDA based on Sonata", | ||
"sha256": "63e667de02ed7ee4aa63354e66b5b781a1c601de2a62594c9589d4cd5af4a4c6", | ||
"homepage": null, | ||
"addonVersionName": "3.0-beta", | ||
"addonVersionNumber": { | ||
"major": 0, | ||
"minor": 0, | ||
"patch": 0 | ||
}, | ||
"minNVDAVersion": { | ||
"major": 0, | ||
"minor": 0, | ||
"patch": 0 | ||
}, | ||
"lastTestedVersion": { | ||
"major": 0, | ||
"minor": 0, | ||
"patch": 0 | ||
}, | ||
"channel": "beta", | ||
"publisher": "", | ||
"sourceURL": "https://github.com/mush42/sonata-for-nvda", | ||
"license": "GPL 2", | ||
"licenseURL": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.