Commit Briefs

Omar Polo

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.


Omar Polo

allow changing sample bit size


Omar Polo

don't leak file descriptors


Omar Polo

don't die on failures



Omar Polo

support mono mp3 (mad)



Omar Polo

add status subcommand


Omar Polo

initial commit