StopSoundAction - acrimi/Raven GitHub Wiki

StopSoundAction stops playback of a previously triggered sound. The sound will be retrieved based on its source audio file and the alias that was assigned when playback was started.

Configuration

The following parameters can be used to configure the action's behavior:

Key Type Description
sound string The name of the sound file that is the source of the sound that should be stopped.
streamAlias string The alias for the specific instance of the sound that needs to be stopped.

Example:

"eventName": {
  "action": "StopSoundAction",
  "sound": "rumble.wav",
  "alias": "rockRumble"
}