Commit graph

3 commits

Author SHA1 Message Date
cd3a909e61 fix: Better management of stop and play behavior
Removed the need of cancelreader that didn't work on Windows
as expected, so we did away with the silly pipe to return a
ReadCloser of the output, and used the object directly from
the RadioPlayer object itself. Now when we stop, we close the
stream and the ffmpeg instance.
2023-12-17 16:05:49 +01:00
f5e585bfe6 chore: add copyleft header and explanation of module radioplayer 2023-12-11 11:00:41 +01:00
d5a7bb9a0b chore: refactor the radio player to its own file 2023-12-11 10:57:23 +01:00