createWaveFile
Description
Creates a wave (.wav) file that spells the letters of 'word'.
Syntax
void createWaveFile (string $word)
Parameter $word
Expected type: String
Description: The "word" to sound out (ie the verification code)
Notes
- Tries the user's language first, and defaults to english.
- Returns false on failure.
- Used by VerificationCode() (Register.php).
- Returns false if there aren't any sounds available or if there was a problem
- Dies upon success...