90%, core1/done/audio/n_reverb.c done

This commit is contained in:
Banjo Kazooie
2022-10-10 19:06:51 -05:00
parent acb28bee21
commit d163e882e9
8 changed files with 385 additions and 27 deletions

View File

@@ -865,7 +865,6 @@ ALSound *__n_lookupSoundQuick(N_ALSeqPlayer *seqp, u8 key, u8 vel, u8 chan)
s16 __n_vsVol(N_ALVoiceState *vs, N_ALSeqPlayer *seqp)
{
u32 t1, t2;
ALChanState *temp_a2;
t1 = (vs->tremelo*vs->velocity*vs->envGain*seqp->chanState[vs->channel].unkA) >> 13;
t2 = (vs->sound->sampleVolume*seqp->vol*seqp->chanState[vs->channel].vol) >> 14;