quintodrome/core/playback
Dany Marcoux 965fc9d9be
Remove beep and the files where it was imported (#2731)
Beep isn't needed anymore since we rely on MPV instead.

The changes to `go.mod` and `go.sum` were done with:
```
go get github.com/faiface/beep@none
go mod tidy
```

Signed-off-by: Dany Marcoux <git@dmarcoux.com>
2023-12-21 08:00:31 -05:00
..
mpv Fix mpvipc dependency 2023-12-17 13:57:15 -05:00
device.go Some cleanup in the jukebox code, specially log messages 2023-12-17 13:15:47 -05:00
playback_suite_test.go Jukebox mode (#2289) 2023-09-10 11:25:22 -04:00
playbackserver.go Remove beep and the files where it was imported (#2731) 2023-12-21 08:00:31 -05:00
queue.go Jukebox mode (#2289) 2023-09-10 11:25:22 -04:00
queue_test.go Jukebox mode (#2289) 2023-09-10 11:25:22 -04:00