Splay » History » Version 2
Per Amundsen, 01/24/2015 06:50 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0 |
|---|---|---|---|
| 2 | _ |
||
| 3 | */splay -cmpqw [filename | stop | pause | resume | seek | skip] [pos]* |
||
| 4 | |||
| 5 | Plays the specified sound, which can be a .wav, .mid, or .mp3 file. |
||
| 6 | |||
| 7 | 2 | Per Amundsen | _Queue is not implemented._ |
| 8 | |||
| 9 | 1 | Per Amundsen | *Switches* |
| 10 | |||
| 11 | -c - Clears the song queue. |
||
| 12 | -m - Midi. |
||
| 13 | -p - Mp3. |
||
| 14 | -q - Queue song to play after current song. |
||
| 15 | -w - Wave. |
||
| 16 | |||
| 17 | *Parameters* |
||
| 18 | |||
| 19 | [filename | stop | pause | resume | seek | skip] - File to play or operation to perform on current song. |
||
| 20 | [pos] - Is pos is defined, file will start playing at pos. |