We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contrary to what the manpage says, the output file name does not determine the format.
sox -c 2 -n stereo.wav synth 5 sin 200 sin 400 sndfile-mix-to-mono stereo.wav mono.wav sndfile-mix-to-mono stereo.wav mono.ogg sndfile-mix-to-mono stereo.wav mono.mp3 sndfile-mix-to-mono stereo.wav mono.au soxi mono.*
They are all wavs, despite the file name extensions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contrary to what the manpage says, the output file name does not determine the format.
They are all wavs, despite the file name extensions.
The text was updated successfully, but these errors were encountered: