Commits


mp3: don't scale back to 16bps libmad gives us sample at 32bps, but we scaled back to 16 because minimad.c does so. However, the scale producedure from minimad.c kinds of corrupts some audio files, they don't play well. We can leave the problem to sndio which solves it better than us.


allow changing sample bit size


don't leak file descriptors


don't die on failures


improve logging and remove dead comments


support mono mp3 (mad)


support setting the number of channels for flac and vorbis


add status subcommand


initial commit