You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/dsm/mods/mod_utils
Peter Lemenkov 16044e080f
Some cleanups.
18 years ago
..
CMakeLists.txt Some cleanups. 18 years ago
Makefile Module with some smaller heler functions: 18 years ago
ModUtils.cpp spell action (like SayDigits) 18 years ago
ModUtils.h spell action (like SayDigits) 18 years ago
Readme.mod_utils.txt spell action (like SayDigits) 18 years ago

Readme.mod_utils.txt

Actions: 
 utils.getNewId(string varname)
 -- play count for laguages that have single digits after the 10s (like english)
 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.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: