Skip to content
New issue

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

mix-to-mono only produces wav files #93

Open
janstary opened this issue May 22, 2024 · 0 comments
Open

mix-to-mono only produces wav files #93

janstary opened this issue May 22, 2024 · 0 comments

Comments

@janstary
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant