The Bot Bank Commands
From UBot Studio
(Difference between revisions)
Line 7: | Line 7: | ||
[[File:bbcmmands.jpg]] | [[File:bbcmmands.jpg]] | ||
+ | |||
+ | |||
+ | |||
+ | == Media == | ||
+ | |||
+ | These commands consist of iron python library commands that interact with media, such as .mp3 or .mp4. | ||
+ | |||
+ | Under this category is a subcategory called Sound. This subcategory holds any command dealing with the sounds on a system. | ||
+ | |||
+ | *[[Play Sound File]]: Plays any selected sound file | ||
+ | |||
+ | *[[Stop Sound]]: If a sound file is being played, this command will stop the sound file from playing. | ||
+ | |||
+ | |||
+ | |||
+ | == Speech == | ||
+ | |||
+ | These commands consist of iron python library commands that interact with the speech capabilities of the iron python library. | ||
+ | |||
+ | Under this category is a subcategory called Speech Synthesis. This subcategory holds any command dealing with speech an speech synthesis functions on your system. | ||
+ | |||
+ | |||
+ | *[[Speak]]: Translates text into speech. |
Revision as of 16:55, 19 November 2014
The bot bank command consist of the following categories:
-Media: Commands that interact with media, such as playing sound files.
-Speech: Commands that perform tasks specific to speech synthesis.
Media
These commands consist of iron python library commands that interact with media, such as .mp3 or .mp4.
Under this category is a subcategory called Sound. This subcategory holds any command dealing with the sounds on a system.
- Play Sound File: Plays any selected sound file
- Stop Sound: If a sound file is being played, this command will stop the sound file from playing.
Speech
These commands consist of iron python library commands that interact with the speech capabilities of the iron python library.
Under this category is a subcategory called Speech Synthesis. This subcategory holds any command dealing with speech an speech synthesis functions on your system.
- Speak: Translates text into speech.