playDuration(duration [, hourFormat [, volume]])
Play a time value (text to speech)
Parameters
Return value
Examples
playDuration(101, 0, 5) -- play duration 101s, seconds format, use Wav volume 5
playDuration(101, 0, 1) -- play duration 101s, seconds format, use Wav volume 1
playDuration(101, 1) -- play duration 101s, hour format, use radio settings Wav volumeLast updated
Was this helpful?