FFmpeg `Guessed Channel Layout for Input Stream`

I'd actually seen the answer but somehow failed to use the argument it seems…

In any case -guess_layout_max 0 will do the trick. e.g.:

ffmpeg -guess_layout_max 0 -i dream.wav dream-ffmpeg.mp3 -y