From WikiChip
Difference between revisions of "mirc/commands/speak"
m |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/speak''' command is used to allow mIRC to speak text audibly. | + | {{mirc title|/speak command}}The '''/speak''' command is used to allow mIRC to speak text audibly. |
+ | |||
== Synopsis == | == Synopsis == | ||
Line 5: | Line 6: | ||
== Switches == | == Switches == | ||
− | + | * '''s''' - -Allows you to specify the speed for the text to be spoken (0 - 100). | |
− | + | * '''p''' - Controls the pitch at which the text is spoken (0 - 100). | |
− | + | * '''c''' - Clear all queued lines of speaking. | |
− | + | * '''l''' - Apply the lexicon settings in the speech dialog. | |
− | + | * '''u''' - Apply the option settings in the speech dialog. | |
− | |||
− | |||
− | |||
− | |||
== Parameters == | == Parameters == | ||
− | + | * '''speed''' - If the '''-s''' switch is invoked, this parameter is where you specify the speed at which the text should be spoken (0 - 100). | |
− | + | * '''pitch''' - If the '''-p''' switch is invoked, this parameter is where you specify the pitch at which the text should be spoken (0 - 100). | |
− | + | * '''text''' - This is the text to be spoken by the speaking system. | |
− | |||
− | |||
== Examples == | == Examples == | ||
Line 30: | Line 25: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.8}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
− | * [[ | + | * {{mIRC|/gtalk}} |
+ | * {{mIRC|/splay}} | ||
+ | * {{mIRC|$speak}} | ||
+ | * [[List of commands - mIRC|List of commands]] | ||
+ | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | + | {{mIRC command list}} | |
− | + | [[Category:mIRC commands|speak]] |
Latest revision as of 23:19, 3 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /speak command is used to allow mIRC to speak text audibly.
Synopsis[edit]
/speak -spclu [speed] [pitch] [text]
Switches[edit]
- s - -Allows you to specify the speed for the text to be spoken (0 - 100).
- p - Controls the pitch at which the text is spoken (0 - 100).
- c - Clear all queued lines of speaking.
- l - Apply the lexicon settings in the speech dialog.
- u - Apply the option settings in the speech dialog.
Parameters[edit]
- speed - If the -s switch is invoked, this parameter is where you specify the speed at which the text should be spoken (0 - 100).
- pitch - If the -p switch is invoked, this parameter is where you specify the pitch at which the text should be spoken (0 - 100).
- text - This is the text to be spoken by the speaking system.
Examples[edit]
Speak the words 'Hello World!'
/speak Hello World!
Speak 'Hi there!' at 30 speed with a pitch of 50
/speak -sp 30 50 Hi there!
Compatibility[edit]
Added: mIRC v3.8
Added on: 25 Nov 1995
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