I am writing a script in which I use sox to determine some properties of a sound file, so I just need temporary files while processing the data, I wanted to use a quickly encoding/low-filesize format, yet my sox install can't write any that comes to mind (opus, ogg, speex, and I'd rather stay away from mp3).
I've normally used flac files for temporary processing, yet this time that's not practical as the file sizes are huge.
How do I find out which formats sox can write? Is MP3 really the only choice? I can't actually find any usable alternatives, there seems to be n0 documentation about this online, as I've been searching for half an hour without any progress.
Thanks in advance.

