
Application Default
Select an audio device to use for output
Application Default will use the device configured in the Settings tab in Streamer.bot
Select the audio file for playback.
Click ... to open a file browser.
Supported formats: mp3, wav, m4a, ogg
true
Wait for playback to complete before continuing to the next sub-action.
When disabled, the sound will play immediately and the next sub-action will begin to execute with no delay.
100
Adjust the output volume
This is a simple volume control. It can often be useful to instead adjust the volume with a tool like Audacity.
No description provided.
Enabling this will use the filename of the sound as the sound name
| Name | Type | Description |
|---|---|---|
Length of the sound in seconds. | ||
Length of the sound in milliseconds. | ||
Variables generated by all triggers and available within all action executions. |
public double PlaySound(string fileName, Single volume = 1, bool finishBeforeContinuing = false, string name, bool useFileName = true)