mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1348 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
a822abd436
commit
46a4b146ee
@ -1,8 +1,16 @@
|
||||
Actions:
|
||||
utils.getNewId(string varname)
|
||||
-- play count for laguages that have single digits after the 10s (like english)
|
||||
utils.playCountRight(int cnt [, string basedir)
|
||||
utils.playCountRight(int cnt [, string basedir])
|
||||
-- play count for laguages that have single digits befire the 10s (like german)
|
||||
utils.playCountLeft(int cnt [, string basedir)
|
||||
utils.playCountLeft(int cnt [, string basedir])
|
||||
|
||||
|
||||
utils.spell(string word[, string basedir])
|
||||
plays each character in the word (e.g. utils.spell(321,wav/digits/) plays
|
||||
wav/digits/3.wav, wav/digits/2.wav, wav/digits/1.wav
|
||||
like SayDigits
|
||||
|
||||
SCUSpellAction
|
||||
|
||||
Conditions:
|
||||
|
||||
Loading…
Reference in new issue