repo.or.cz
/
opentx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes #7171
[opentx.git]
/
radio
/
util
/
tts_common.py
blob
7086c64dd2ba6bd497d14eb835aeb6d5f5e54e02
1
def
filename
(
idx
):
2
ext
=
".wav"
3
if
isinstance
(
idx
,
int
):
4
return
"
%0
4d
%s
"
% (
idx
,
ext
)
5
else
:
6
return
idx
+
ext