libmsx
C library for MSX
|
Callback functions of the libmsx audio replayer. More...
Go to the source code of this file.
Functions | |
void | audio_cb_bgm_changed (uint8_t song_rate, const AudioDecoder *decoder) |
MSX Callback function called by the music loader or decoder when setting or changing the BGM. | |
void | audio_cb_sfx_changed (uint8_t song_rate, const AudioDecoder *decoder) |
MSX Callback function called by the music loader or decoder when setting or changing the SFX. | |
void | audio_cb_scc_mode (uint8_t mode) |
MSX Set the replayer to use SCC compatible mode or SCC+ mode. | |
Callback functions of the libmsx audio replayer.
Definition in file audio_cb.h.