diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-09 02:26:54 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-09 02:26:54 -0400 |
commit | 753a09f3c7b33c10ed80d514d90f6b646fb1becb (patch) | |
tree | 82306d1734104cbb970caa986242e4dc6c050494 /include/m4a.h | |
parent | f9259ba70d93fdd758075a3c79fd0fe9b65bf185 (diff) | |
parent | 99dc97f6aa48646c90def102ce2632be8c45eab9 (diff) |
merge
Diffstat (limited to 'include/m4a.h')
-rw-r--r-- | include/m4a.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m4a.h b/include/m4a.h index b6c8f9072..7d016c98b 100644 --- a/include/m4a.h +++ b/include/m4a.h @@ -16,4 +16,9 @@ void m4aMPlayFadeOutTemporarily(struct MusicPlayerInfo *mplayInfo, u16 speed); void m4aMPlayFadeIn(struct MusicPlayerInfo *mplayInfo, u16 speed); void m4aMPlayImmInit(struct MusicPlayerInfo *mplayInfo); +void m4aMPlayTempoControl(struct MusicPlayerInfo *mplayInfo, u16 tempo); +void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume); +void m4aMPlayPitchControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s16 pitch); +void m4aMPlayPanpotControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s8 pan); + #endif //GUARD_M4A_H |