Audio related update trying to track down why some sounds aren't playing properly/too fast.

This commit is contained in:
Woah 2021-03-25 15:32:26 -04:00
parent 0b498fc455
commit 98450d84a1
14 changed files with 72 additions and 67 deletions

View file

@ -1369,7 +1369,7 @@ public final class PacketParser {
}
modelId = BufferedDataStream.incomingBuffer.readUnsignedShort();
TextureOperation26.method199(var19, nodeModelId, modelId);
AudioHandler.soundEffectHandler(var19, nodeModelId, modelId);
Unsorted.incomingOpcode = -1;
return true;
} else if (Unsorted.incomingOpcode == 66) {
@ -1697,7 +1697,7 @@ public final class PacketParser {
nodeModelId = -1;
}
AtmosphereParser.musicHandler(nodeModelId);
AudioHandler.musicHandler(nodeModelId);
Unsorted.incomingOpcode = -1;
return true;
} else if (Unsorted.incomingOpcode == 208) {