summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2022-06-13 21:54:25 -0400
committerNicholas Estelami <NEstelami@users.noreply.github.com>2022-06-15 15:57:52 -0400
commit99e3d9a8992fa722ddf1af6ef52b3a01bebba4c7 (patch)
tree24ab133ddcf68c9b76590852de2996066944447b /soh/src/code
parent5d3b21bd2ba79265afdd9ae8eeec0dfce2df3956 (diff)
Fixed last remaining audio bugs
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/audio_init_params.c1
-rw-r--r--soh/src/code/audio_synthesis.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/soh/src/code/audio_init_params.c b/soh/src/code/audio_init_params.c
index cb479020d..ebe5e8130 100644
--- a/soh/src/code/audio_init_params.c
+++ b/soh/src/code/audio_init_params.c
@@ -66,7 +66,6 @@ ReverbSettings D_80133420[][3] = {
},
};
-// OTRTODO
AudioSpec gAudioSpecs[18] = {
{ 44100, 1, 24, 4, 0, 0, 2, D_80133420[0], 0x300, 0x200, 0x7FFF, 0x7F0, 0xE00, 0, 0x4000, 0x2880, 0, 0, 0 },
{ 44100, 1, 24, 4, 0, 0, 2, D_80133420[1], 0x300, 0x200, 0x7FFF, 0x7F0, 0xE00, 0, 0x3800, 0x2880, 0, 0, 0 },
diff --git a/soh/src/code/audio_synthesis.c b/soh/src/code/audio_synthesis.c
index 0f402b111..2c5d03102 100644
--- a/soh/src/code/audio_synthesis.c
+++ b/soh/src/code/audio_synthesis.c
@@ -561,8 +561,8 @@ Acmd* AudioSynth_DoOneAudioUpdate(s16* aiBuf, s32 aiBufLen, Acmd* cmd, s32 updat
NoteSubEu* noteSubEu2;
s32 unk14;
- if (aiBufLen == 0)
- return;
+ //if (aiBufLen == 0)
+ //return;
t = gAudioContext.numNotes * updateIndex;
count = 0;