-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# v22.07.1 | ||
# v22.07.3 | ||
|
||
* updated spanish translations and documentation. | ||
* deleted "pt" folder because is outdated. | ||
* Updated portuguese translations and documentation. | ||
* Fixed some more english crash words. | ||
* Sample_rate variable will no longer break the driver if it is set to an invalid value. | ||
* Added a sample_rate variable to _ibmeci.py, most useful for IBMTTS. 0=8000 kHz, 1=11025 kHz, and 2=22050 kHz. No GUI currently. | ||
* Updated locale strings for all languages to match with the original strings. | ||
* Updated spanish documentation and locale strings. | ||
* Updated sendParams and shortPause settings, now are set default to true because this is the recommended setting. | ||
* fix issue #67 "last" variable must be checked if is not empty, is not None still can be empty. | ||
* Replaced shortpause by shortPause for consistency in the code. This can affect your settings. | ||
* All synth settings now have keyboard shortcuts in english language. | ||
* Added sample rate documentation. | ||
* The sample rate can now be set in the GUI. The 22 kHz option will only appear if using IBMTTS. This also means that concatenative voices are now fully supported. | ||
* The shortened pauses setting will now also enable or disable the p1 commands sent at the end of strings. Partially for consistency, and also because the p1 commands introduce issues with the letter a in some strings, such as alt+a |