Searching coeff offsets of DSP ADPCM (Wii game) by Anterag at 8:17 AM EST on March 10, 2018
Hi. I'm trying to find the coefficient offsets of a list of RAW files that use the Nintendo GC 4-bit ADPCM codec (it's a Wii game btw). The interleave varies for all the files (it can be 0x8800, 0x8000, 0x9000, 0xB000...)
Here are all the specs I know for the sample I will provide : Header skip: 0x60 Interleave: 0x9000 Channels: 2 Frequency: ? Coeff Offset (right channel): seems to be 0x1C Coef Offset (left channel): ?
The PC version is exactly the same but the RAW files are just OGG. Their sample rate is 44100Hz. The PS2 version is also the same and uses Sony ADPCM codec. Their sample rate is 8000Hz (yes).
If somebody can help me finding these coefficients, I would be very happy. In fact, the PC version quality is not the best as the OGGs use VBR ~128 kbps.
The game is Scooby-Doo! and the Spooky Swamp for Wii. Each MU *.RAW seems to have a different structure while opening them with Hex Editor. Thank you for the help.
News 3: Header skip is NOT 0x60 but 0x0 (indeed, it's headerless DSP) News 4: I seem to have the correct coefficients but when I create GENH, I can clearly here the music but it's still with noises...