SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
PlayOnChannel()
static bool SRL::Sound::Pcm::PlayOnChannel
(
Pcm::IPcmFile
&
pcm
,
uint8_t
channel
,
uint8_t
volume
=
127
,
int8_t
pan
=
0
)
inline
static
Try to play a sound on a specific channel.
Parameters
pcm
Sound
effect to play
channel
Sound
channel to play sound on (0-3)
volume
Playback volume (0-127)
pan
Audio channel panning (-127 to 127)
Returns
true if sound was played
SRL
Sound
Pcm