From WikiChip
Difference between revisions of "mirc/commands/splay"
(→Switches) |
m (→Switches: Add missing -'s) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
== Switches == | == Switches == | ||
− | * '''c''' - Allows you to clear the play queue, except for the currently playing sound (which will continue to play). | + | * '''-c''' - Allows you to clear the play queue, except for the currently playing sound (which will continue to play). |
− | * '''w''' - Tells the command you are specifying a ''.wav'' file to play. | + | * '''-w''' - Tells the command you are specifying a ''.wav'' file to play. |
− | * '''m''' - Tells the command you are specifying a ''.mid'' file to play. | + | * '''-m''' - Tells the command you are specifying a ''.mid'' file to play. |
− | * '''p''' - Tells the command you are specifying an ''.mp3/.wma/.ogg'' file to play. | + | * '''-p''' - Tells the command you are specifying an ''.mp3/.wma/.ogg'' file to play. |
− | * '''q''' - Specifies that the filename you desire to play should be placed in the queue, after the current sounds has played, and any preceding sounds in the play queue.. | + | * '''-q''' - Specifies that the filename you desire to play should be placed in the queue, after the current sounds has played, and any preceding sounds in the play queue.. |
== Parameters == | == Parameters == | ||
− | + | * '''filename''' - the filename you wish to play | |
− | + | * '''stop''' - Stops the currently playing file. | |
− | + | * '''pause''' - Allows you to pause the currently playing sound file. | |
− | + | * '''resume''' - Allows you to resume the currently paused sound file. | |
− | + | * '''seek''' - Allows you to seek to a certain point in the currently playing file. See '''[pos]''' below. | |
− | + | * '''skip''' - Allows you to skip the currently playing sound file. If there are any files in the queue, the next file will begin to play. | |
− | + | * '''[pos]''' - When used in combination with the '''seek''' parameter, this should be the location, in seconds, where you want to begin playing the sound file. ''Note:'' The seek position is in milliseconds. Keep in mind that 1-second = 1000-milliseconds. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Examples == | == Examples == |
Latest revision as of 23:15, 22 January 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This command is also a part of the playing music section.
/splay can be used to play a number of common Windows sound files. Supported formats include, but sometimes are not limited to: .wav, .mid, .mp3, .ogg, and .wma.
Synopsis[edit]
/splay -cwmpq [filename | stop | pause | resume | seek | skip] [pos]
Switches[edit]
- -c - Allows you to clear the play queue, except for the currently playing sound (which will continue to play).
- -w - Tells the command you are specifying a .wav file to play.
- -m - Tells the command you are specifying a .mid file to play.
- -p - Tells the command you are specifying an .mp3/.wma/.ogg file to play.
- -q - Specifies that the filename you desire to play should be placed in the queue, after the current sounds has played, and any preceding sounds in the play queue..
Parameters[edit]
- filename - the filename you wish to play
- stop - Stops the currently playing file.
- pause - Allows you to pause the currently playing sound file.
- resume - Allows you to resume the currently paused sound file.
- seek - Allows you to seek to a certain point in the currently playing file. See [pos] below.
- skip - Allows you to skip the currently playing sound file. If there are any files in the queue, the next file will begin to play.
- [pos] - When used in combination with the seek parameter, this should be the location, in seconds, where you want to begin playing the sound file. Note: The seek position is in milliseconds. Keep in mind that 1-second = 1000-milliseconds.
Examples[edit]
Play the file myfile.mp3 located in the mIRC Sounds folder
/splay -p myfile.mp3
Stop the currently playing mp3
/splay -p stop
Stop all sound files
/splay -pmw stop
Seek to 1:03 in the currently playing mp3
/splay -p seek 60300
Compatibility[edit]
Added: mIRC v6.0
Added on: 03 Feb 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
mIRC commands list