http://bugs.winehq.org/show_bug.cgi?id=14588
--- Comment #38 from Arkadiusz Piekarz piekarzarkadiusz@gmail.com 2010-07-12 07:14:07 --- (In reply to comment #37)
you can convert any stereo.wav to mono.wav by sox
sox -c2 stereo.wav -c 1 mono.wav
I found a wave file on this site - http://www-mmsp.ece.mcgill.ca/documents/audioformats/wave/Samples.html - downloaded file M1F1-int32WE-AFsp.wav, converted it to mono and when I tried
sox -t wav mono.wav -t ossdsp /dev/dsp
I got
sox FAIL formats: no handler for given file type `ossdsp'