Skip to main content
Corvus Connection

Audio: Stop

Audio
audio.stopStops playback (and clears the TTS queue) for a channel, or for everything.Stops audio on the chosen channel (default: all).

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed

Outputs

Name
Kind
Type
Flags
outExecexecNone

Parameters

Name
Type
Required
Default
Choices
channelSystem.Stringno"All"All channels, Text-to-speech, Sound effects, Media

Lowers to C#

await ctx.Audio.StopAsync(AudioChannel.All);