Commit Briefs

Omar Polo

s/player_setrate/player_setup

when the function was renamed, the error messages weren't.


Omar Polo

unbreak opus too

i am just unable to do a proper refactoring. When i changed the return type of play_opus I mixed `r' and `ret', so it would always play zero samples...


Omar Polo

change play_*() so that they return an integer

this will allow to remove the `got_stop' hack in player.c


Omar Polo

drop now unused #include <sndio.h>

with the recent refactoring, sndio is only visible in player.c



Omar Polo

allow changing sample bit size


Omar Polo

don't die on opus failures


Omar Polo

simplify further the code




Omar Polo

add status subcommand


Omar Polo

initial commit