3.5-315 πριν από 11 χρόνια, 2 μήνες Implement AXWii command 01: ADD_TO_LR
3.5-314 πριν από 11 χρόνια, 2 μήνες Better global volume adjustment on a voice. Fixes one of the 2 issues with the HOME button menu sound.
3.5-313 πριν από 11 χρόνια, 2 μήνες Fix the voice LPF implementation
3.5-312 πριν από 11 χρόνια, 2 μήνες Implement low-pass voice filtering, untested because I couldn't find any game using it
3.5-311 πριν από 11 χρόνια, 2 μήνες Implement Wiimote sound mixing in AXWii
3.5-310 πριν από 11 χρόνια, 2 μήνες Handle 3ms at a time in AXWii instead of 3x1ms
3.5-309 πριν από 11 χρόνια, 2 μήνες AXWii: fix L/R channels being swapped when outputting audio samples
3.5-308 πριν από 11 χρόνια, 2 μήνες Revert "Readd the old AXWii (rename the new version to NewAXWii) and set it as default"
3.0-853 πριν από 11 χρόνια, 3 μήνες Readd the old AXWii (rename the new version to NewAXWii) and set it as default
3.0-852 πριν από 11 χρόνια, 3 μήνες Implemented dpop samples support
3.0-851 πριν από 11 χρόνια, 3 μήνες Fix volume mixing in DownloadAndMixWithVolume (same issue with >1.0 volumes)
3.0-850 πριν από 11 χρόνια, 3 μήνες Rewrite the linear sample rate conversion algorithm to make it less hacky and to support arbitrarly big ratios
3.0-849 πριν από 11 χρόνια, 3 μήνες Fix MixAdd with volume. The previous volume formula completely failed with volumes >= 1.0 (0x8000). Fixes Tomb Raider Legends (GC) music.
3.0-846 πριν από 11 χρόνια, 3 μήνες Fix AX HLE command 12 arguments: takes 4 u16, not 1
3.0-845 πριν από 11 χρόνια, 3 μήνες Remove UCode_AX_ADPCM.h, now useless (incorporated into UCode_AX_Voice.h)
3.0-844 πριν από 11 χρόνια, 3 μήνες Fix samples clamping and interlacing in the OUTPUT command. Shouldn't have assumed previous AX HLE was doing something right.
3.0-843 πριν από 11 χρόνια, 4 μήνες Implemented command 01 (download data and mix to MAIN/AUXA/AUXB with volume control). Fixes missing weapon sounds in Metroid Prime 2.
3.0-842 πριν από 11 χρόνια, 4 μήνες Improve savestates support in AX and AXWii
3.0-841 πριν από 11 χρόνια, 4 μήνες Command 13 should upload only AUXA LRS, not MAIN LRS + AUXA LRS. Fixes more GC EA games sound/music (including FIFA 06, Madden 08).
3.0-840 πριν από 11 χρόνια, 4 μήνες AUX return data should be mixed to main buffers, not AUX buffers. Fixes a regression introduced by r954c55e35afb, now EA games sound works again.