Use this TLV in the Play File Start message to specify the number of times to repeat playing a recorded voice file or list of files, as well as the interval between repetitions and the total time for playing the file.
Byte |
Description |
0, 1 |
Tag 0x05E7 Playback Repeat |
2, 3 |
Length 0x0006 |
4, 5 |
Value[0, 1] Number of times to repeat playing the file or list of files. 0xFFFF = Repeat Forever |
6, 7 |
Value[2, 3] Interval between repetitions (100 ms steps) 0x05 (Default for 500 ms) |
8, 9 |
Value[4, 5] Total time file is played (100 ms steps) 0x0000 = Disable timer (Default) |
10,11 |
Value[6,7] Length of File Played
The length of the play time must be greater than or equal to the File time multiplied by the number of times the file is repeated.
Also expressed as the formula below:
Pt >= (Ft + Dt) x R |