Commits
Commit:
1fb06c31f16e8bed6ad41aad26df9dc6b2278bfe
Date:
Fri Jun 10 07:30:11 2022
UTC
s/player_setrate/player_setup
when the function was renamed, the error messages weren't.
Commit:
5f42a6c6cec1b37dd9f653a36d005b5dc1c58be0
Date:
Mon May 23 13:36:19 2022
UTC
try to recover from mp3 decoding errors
Commit:
0da0ad464c14fc59e00a2d2d904ebc97bedb212e
Date:
Wed Mar 9 11:24:36 2022
UTC
change play_*() so that they return an integer
this will allow to remove the `got_stop' hack in player.c
Commit:
335fa83ad847d6b5b891ec166625907be664ab5d
Date:
Wed Mar 9 09:18:38 2022
UTC
drop now unused #include <sndio.h>
with the recent refactoring, sndio is only visible in player.c
Commit:
2139c525dbcd33e08c153dd8dbe75cd1fddf6b30
Date:
Wed Mar 9 09:13:06 2022
UTC
refactor the player_shouldstop/sio_write dance in a function
Commit:
0ea0da1e5c4ee818758feb8ef792fb882330792e
Date:
Wed Feb 23 22:38:30 2022
UTC
switch from libmad to libmpg123
libmpg123 is more "loud" than libmad, at least for the mp3s that I
have around. Is also newer and maintained. I've heard is also
faster, but amused is so simple that it doesn't make any difference.
Omar Polo