summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
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 3b21d4cbc..25dba9bfc 100644
--- a/soh/src/code/audio_init_params.c
+++ b/soh/src/code/audio_init_params.c
@@ -70,7 +70,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 1d8522c77..a50927b21 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;