|
| static bool | IsChannelFree (uint8_t channel) |
| | Check whether sound channel is currently free.
|
| |
| static int8_t | Play (Pcm::IPcmFile &pcm, uint8_t volume=127, int8_t pan=0) |
| | Try to play sound on the first free channel.
|
| |
| static bool | PlayOnChannel (Pcm::IPcmFile &pcm, uint8_t channel, uint8_t volume=127, int8_t pan=0) |
| | Try to play a sound on a specific channel.
|
| |
| static void | SetVolumePan (uint8_t channel, uint8_t volume, int8_t pan=0) |
| | Set the Volume & Panning.
|
| |
| static bool | StopSound (uint8_t channel) |
| | Stop currently playing sound.
|
| |