STOP_SOUND
Description
STOP_SOUND is a sound command that stops a currently playing audio file by name.
View all available sounds in the Asset Library's Sounds.
caution
This command is currently fresh in development. Some behavior may be unstable.
Syntax
STOP_SOUND "audio_file_name"
Arguments
audio_file_name: audio file name as registered on the robot's database (do not include file extension)
Example
Input
TBD
Output
Check back later for tested examples.
Resources
Explore the SaviScript GitHub repository for all published instances of this command.