Skip to main content
Corvus Connection

Spotify: Set Volume

Spotify
spotify.setVolumeSets the playback volume (0–100). Wire a number into 'percent'.Sets volume from a 0–100 number input (clamped).

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
percentDataSystem.Int32None

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.Spotify.SetVolumeAsync(percent);