Class Name

MultiChannel

Description

Controls the routing of sounds on multi-channel devices

Constructors

  • MultiChannel()

Methods

  • activeChannel()Controls which output channel sounds will be played back to. After selecting a new output channel, all sounds that start `play()`ing will be sent to that channel.
  • availableChannels()Gets the number of output channels available on an output device
  • usePortAudio()Force using PortAudio instead of JavaSound.