Re: sox FAIL sox: Sorry, there is no default audio device configured
"Dr. Thomas Tensi" <[email protected]> Fri, 7 May 2021 19:01:46 +0200
| Newsgroups | gmane.comp.audio.sox |
|---|---|
| Message-ID | <[email protected]> |
Hello Thomas,
you wrote:
> [problems with output to audio device in Windows]
> All these things do not work the same way:
> play music.wav -t waveaudio
> sox -t waveaudio default music.wav (-> output: sox FAIL formats: no
> handler for given file type `waveaudio')
> sox -t waveaudio -d music.wav (-> output: sox FAIL formats: no handler
> for given file type `waveaudio')
Did you try it via
sox music.wav -t waveaudio
I did it on a Windows 10 installation with SoX v14.4.2 and this works fine.
Best regards,
T.T.