1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00
Commit graph

20 commits

Author SHA1 Message Date
Stefan Hezinger
edd9503b2c
System sounds cleaning (#8132)
Co-authored-by: Stefan Hezinger <stefan.hezinger@erbe-med.com>
2020-12-07 10:17:47 +01:00
3djc
f0a1c65d95 Add some plural audio units. This fixes #7636 2020-05-27 07:24:11 +02:00
Bertrand Songis
d1d215ab73
TTS old code next cleaning session 2019-12-08 09:17:32 +01:00
Bertrand Songis
437b31e295
TTS old code removal 2019-12-07 18:42:15 +01:00
Marco Robustini
5801ad7199 IT language: voice and text updated for OpenTX V2.3.x (#6993)
Update it.h.txt
2019-10-24 09:01:29 +02:00
Marco Robustini
5c9fba04c7 IT TTS update (#6985) 2019-10-22 15:49:03 +02:00
3djc
92a0d89fc2 Add ml/min unit 2019-04-17 19:05:06 +02:00
Massimiliano Zambrini
a030f215dd Corrected grammatical errors 2019-01-24 10:48:17 +01:00
Massimiliano Zambrini
490243eb11 enhanced Italian language sounds 2019-01-22 10:35:13 +01:00
Bertrand Songis
7434e330c8 3djc/rssi poweroff safety (#5126)
Shutdown RSSI Alert
2017-08-01 14:13:25 +02:00
3djc
301e33a271 gTTS (#4899)
* Release prep work

* Add CZ support

* Prep for release

* No more need to prefix unicode strings (we use python3)
Some fixes
Italian fixes
2017-05-07 17:39:31 +02:00
3djc
efe53eb034 Fix translation for audio files (#4889)
Switch the time mechanic to english one (may not be perfect, but current italian is not working at all)
2017-05-06 18:08:28 +02:00
3djc
0cdff35bd3 More italian plural unit support (that will just say something, since I do not speak italian, don't know if it will be right) 2017-04-03 09:50:53 +02:00
3djc
7e8cec005b Fix #4742 2017-04-03 09:03:07 +02:00
3djc
07c4563764 Adjust languages for DB (#3754) 2016-09-02 17:49:05 +02:00
3djc
7d6e96fe0c Add mintrim (#3732) 2016-08-29 15:48:42 +02:00
3djc
9d9fdf81b4 Change audio generation files accordingly (#3717)
* Change audio generation files accordingly
New way of working :

units files are ALWAYS named in english based on the names in audio_arm.cpp names.
multiple form (singular, plural(s) are ammended with 0 to 4 suffix, according to languages rules. example : meter1.wav for first form of plural of meter unit,. This filename needs to be the same for all languages (in their respective directories of course)

* Care for gruin9x

* Better form

* Other languages

* Cosmetics
2016-08-24 23:43:56 +02:00
Bertrand Songis
77888ae200 TTS scripts were completely broken 2016-05-13 13:08:56 +02:00
Bertrand Songis
c2412ca05e Python scripts with the executable flag 2016-03-26 23:04:39 +01:00
Sean Vig
82c3230981 PEP8 and break up radio/util/tts.py
Break up tts.py so that each language configuration of system and custom
sounds is done in a separate file, also fixing PEP8 problems with
tts.py, mostly whitespace related
2015-12-13 18:55:03 -06:00