audio docs from the decomp

This commit is contained in:
Sonic Dreamcaster
2024-11-11 03:53:15 -03:00
parent 144db0e445
commit c238f8a493
5 changed files with 318 additions and 293 deletions
+2 -2
View File
@@ -1029,8 +1029,8 @@ typedef struct {
#define SEQ_BYTE2(seqId) (((seqId) & (0xFF << 16)) >> 13 & 0xFFFF)
// audio_synthesis
void func_80008780(f32*, s32, f32*);
Acmd* func_80009B64(Acmd* aList, s32* cmdCount, s16* aiBufStart, s32 aiBufLen);
void AudioSynth_HartleyTransform(f32*, s32, f32*);
Acmd* AudioSynth_Update(Acmd* aList, s32* cmdCount, s16* aiBufStart, s32 aiBufLen);
// audio_effects
void Audio_SequencePlayerProcessSound(SequencePlayer* seqplayer);