Transcoding to obscure wav output

I bought a nice PCB christmas tree from banggood, which has a rather obscure format requirement for music files to be played.

Here is a way to produce the required output:

for f in *.wav; do sox "$f" -c 1 -r 22050 -b 8 -e unsigned-integer ../"$f"; done