Feature: Allow base sounds set to be changed mid-game. (#12399)

This commit is contained in:
Peter Nelson
2024-04-01 17:54:42 +01:00
committed by GitHub
parent 3d2a8fb60c
commit d68e5159e1
5 changed files with 51 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ MixerChannel *MxAllocateChannel();
void MxSetChannelRawSrc(MixerChannel *mc, int8_t *mem, size_t size, uint rate, bool is16bit);
void MxSetChannelVolume(MixerChannel *mc, uint volume, float pan);
void MxActivateChannel(MixerChannel*);
void MxCloseAllChannels();
uint32_t MxSetMusicSource(MxStreamCallback music_callback);