Been messing around with the known data on the wiimote, and I've been able to get the wiimote speaker to actually play an audio file!
The problem is the audio quality is terrible... yes I know that the wiimote speaker isn't great to begin with, but this is due me running the wrong data format.
I need a converter that will convert a wav file to 4-bit unsigned ADPCM at 3000Hz.
Before you start suggesting a bunch of programs, the 3000Hz part is important. Thus far the lowest rate I've been able to select on a program is 6000Hz, which is roughly twice what the puny wiimote chip can take.
Can anybody help me out on this?