Skip to main content

Channeled audio service

This service is in charge of coordinating all audio components linked to channeled audio scripts.

MethodParametersReturnsDescription
SetAudioChannelVolume
  • AudioChannels: audio channel to modify.
  • float: volume value.
Modifies the volume of a specific audio channel.
GetVolumeByAudioChannel
  • AudioChannels: audio channel to retrieve.
float: channel volumeGets the volume of an specific audio channel.
GetAllAudioChannelsAudioChannels[]: array of audio channelsGets all audio channels.