Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelMixOptions

Mixes both channels (left and right), with a configurable factor on how much each channel affects the other. With the defaults, both channels are kept independent from each other.

note

Setting all factors to 0.5 means both channels get the same audio.

note

This is not available in Lavalink v3.3.

Hierarchy

  • ChannelMixOptions

Index

Properties

leftToLeft: number

The left-to-left mix, modifies the volume in the left channel.

default

1.0

leftToRight: number

The left-to-right mix, modifies how much of the left channel goes to the right one.

default

0.0

rightToLeft: number

The right-to-left mix, modifies how much of the right channel goes to the left one.

default

0.0

rightToRight: number

The right-to-right mix, modifies the volume in the right channel.

default

1.0

Generated using TypeDoc