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
3djc
b60ba23f1f
M-Link telemetry (#8281) 2021-03-10 19:13:36 +01:00
3djc
512db24f33
Some tts fixes (#7547) 2020-04-28 13:59:39 +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
3djc
92a0d89fc2 Add ml/min unit 2019-04-17 19:05:06 +02:00
3djc
f50f2aefc0 French sensorok audio message changed to something less error prone. Update SDcard version to 17 2018-06-15 17:36:22 +02: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
c5a09270a6 Update tts_fr.py 2017-03-14 17:17:20 +01: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
5767be27b6 [Crossfire] New frame ATTITUDE added 2016-06-04 12:36:37 +02:00
Bertrand Songis
7908eaa406 [All] Code refactoring
- keys beep and haptic refactoring (not anymore audio events)
- trims move/mid/min/max refactoring (trim end splitted to trim min / trim max)
- S6R new alarms
- S6R servos/rx status displayed as a text (not an integer which has no sense)
- Timer countdown configuration
- The splash was not displayed (but the timeout was there) after the first calibration
2016-05-13 14:41:48 +02:00
Bertrand Songis
77888ae200 TTS scripts were completely broken 2016-05-13 13:08:56 +02:00
Bertrand Songis
fa9b94bb71 Cosmetics 2016-05-07 15:36:36 +02:00
Bertrand Songis
895a62c84e Unit "milliwatts" missing in french TTS 2016-05-01 22:48:54 +02:00
Bertrand Songis
c2412ca05e Python scripts with the executable flag 2016-03-26 23:04:39 +01:00
Bertrand Songis
0807edfc20 TTS prompts (en / fr) updated 2016-03-14 22:52:12 +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