Dear Maintainer,
When `-t` is not specified then sox attempts to probe the audio driver
as described at
https://groups.google.com/g/linux.debian.bugs.dist/c/jCqdwFWPUKk/m/xi1AThVtMwkJ
According to the list in that discussion, pulseaudio is the first driver
to be probed on Linux. If libsox-fmt-pulse is not installed, then the
probe fails with the error `play WARN alsa: can't encode 0-bit Unknown
or not applicable`, and there is an audible pop glitch before the actual
audio is played.
$ play -t raw -r 48k -e signed -b 16 -c 1 dummy
play WARN alsa: can't encode 0-bit Unknown or not applicable
(note libsox-fmt-pulse was not installed by default on my system, the
alsa driver was, so this warning and audio glitch would occur every
time by default)