Skip to content

Commit

Permalink
updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidacm committed Jul 5, 2022
1 parent 28b3a44 commit 7b45d4b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions changelog.md
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

0 comments on commit 7b45d4b

Please sign in to comment.