From WikiChip
Difference between revisions of "mirc/commands/speak"
< mirc‎ | commands

(Created /speak command - mIRC)
 
m
Line 1: Line 1:
 
The '''/speak''' command is used to allow mIRC to speak text audibly.
 
The '''/speak''' command is used to allow mIRC to speak text audibly.
  
= Synopsis =
+
== Synopsis ==
 
<pre>/speak -spclu [speed] [pitch] [text]</pre>
 
<pre>/speak -spclu [speed] [pitch] [text]</pre>
  
= Switches =
+
== Switches ==
 
<span style="display: inline-block; width: 30px;">'''s'''</span>Allows you to specify the speed for the text to be spoken (0 - 100).
 
<span style="display: inline-block; width: 30px;">'''s'''</span>Allows you to specify the speed for the text to be spoken (0 - 100).
  
Line 15: Line 15:
 
<span style="display: inline-block; width: 30px;">'''u'''</span>Apply the option settings in the speech dialog.
 
<span style="display: inline-block; width: 30px;">'''u'''</span>Apply the option settings in the speech dialog.
  
= Parameters =
+
== Parameters ==
 
<span style="display: inline-block; width: 90px;">'''speed'''</span>If the '''-s''' switch is invoked, this parameter is where you specify the speed at which the text should be spoken (0 - 100).
 
<span style="display: inline-block; width: 90px;">'''speed'''</span>If the '''-s''' switch is invoked, this parameter is where you specify the speed at which the text should be spoken (0 - 100).
  
Line 22: Line 22:
 
<span style="display: inline-block; width: 90px;">'''text'''</span>This is the text to be spoken by the speaking system.
 
<span style="display: inline-block; width: 90px;">'''text'''</span>This is the text to be spoken by the speaking system.
  
= Examples =
+
== Examples ==
 
'''Speak the words 'Hello World!''''
 
'''Speak the words 'Hello World!''''
 
<source lang="mIRC">/speak Hello World!</source>
 
<source lang="mIRC">/speak Hello World!</source>
Line 29: Line 29:
 
<source lang="mIRC">/speak -sp 30 50 Hi there!</source>
 
<source lang="mIRC">/speak -sp 30 50 Hi there!</source>
  
= Compatibility =
+
== Compatibility ==
 
Added: mIRC v3.8
 
Added: mIRC v3.8
  
 
Added On: 25/11/95
 
Added On: 25/11/95
  
= See Also =
+
== See Also ==
 
* [[$speak identifier - mIRC|$speak]]
 
* [[$speak identifier - mIRC|$speak]]
  

Revision as of 15:20, 23 June 2014

The /speak command is used to allow mIRC to speak text audibly.

Synopsis

/speak -spclu [speed] [pitch] [text]

Switches

sAllows you to specify the speed for the text to be spoken (0 - 100).

pControls the pitch at which the text is spoken (0 - 100).

cClear all queued lines of speaking.

lApply the lexicon settings in the speech dialog.

uApply the option settings in the speech dialog.

Parameters

speedIf the -s switch is invoked, this parameter is where you specify the speed at which the text should be spoken (0 - 100).

pitchIf the -p switch is invoked, this parameter is where you specify the pitch at which the text should be spoken (0 - 100).

textThis is the text to be spoken by the speaking system.

Examples

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

Added: mIRC v3.8

Added On: 25/11/95

See Also