radiospiral_linux/go.mod
José Carlos Cuevas 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

10 lines
195 B
Modula-2

module radiospiral.net/m
go 1.16
require (
fyne.io/fyne/v2 v2.4.2
github.com/ebitengine/oto/v3 v3.1.0
github.com/ebitengine/purego v0.5.1 // indirect
golang.org/x/sys v0.15.0 // indirect
)