If I use the simple command ffmpeg -i file.m4a file.wav, the resulting file invariably seems to have a bitrate of around 750kbit/s (resulting in a 500mb file from a 100mb one my case).
I've already tried this answer (tldr: ffmpeg -i song.mp3 -acodec pcm_u8 -ar 22050 song.wav), among others, but the bitrate always turns out to be ridiculously large.
I like my files to be in wav format so that I can easily burn a CD from the file.