Commits


change play_*() so that they return an integer this will allow to remove the `got_stop' hack in player.c


drop now unused #include <sndio.h> with the recent refactoring, sndio is only visible in player.c


refactor the player_shouldstop/sio_write dance in a function


allow changing sample bit size


don't log when we abort the decoding


don't leak file descriptors


cleanup flac code


support setting the number of channels for flac and vorbis


add status subcommand


don't set the rate twice


initial commit