libsndfile / sndfile-tools

A collection of tools (written in C) to do interesting things with sound files
http://libsndfile.github.io/sndfile-tools/
GNU General Public License v2.0
80 stars 36 forks source link

mix-to-mono: don't remove the output #92

Open janstary opened 5 months ago

janstary commented 5 months ago

Currently, mix-to-mono removes the named output file for no reason. Removing the output file is baaaad, mkay, so don't do that. This fixes https://github.com/libsndfile/sndfile-tools/issues/87