mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Cosmetics
This commit is contained in:
parent
82e3f439f8
commit
fdc78fca80
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
# This script is a modified version to support Linux TTS fiel genration using PicoTTS
|
# This script is a modified version to support Linux TTS file generation using PicoTTS
|
||||||
|
|
||||||
# Sound pack maintainers (incomplete list) by language alphabetical order
|
# Sound pack maintainers (incomplete list) by language alphabetical order
|
||||||
# Czech : Martin Hotar
|
# Czech : Martin Hotar
|
||||||
|
@ -21,6 +21,8 @@ import subprocess
|
||||||
import zipfile
|
import zipfile
|
||||||
from gtts import gTTS
|
from gtts import gTTS
|
||||||
from tts_common import *
|
from tts_common import *
|
||||||
|
|
||||||
|
|
||||||
board = "taranis"
|
board = "taranis"
|
||||||
|
|
||||||
reload(sys)
|
reload(sys)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue