A program that extracts the individual tracks from an Ogg/Vorbis or mp3 radio stream. Written in go without any non-standard dependencies.
model | ||
mp3 | ||
util | ||
vorbis | ||
build-all.sh | ||
go.mod | ||
LICENSE | ||
main.go | ||
README.md |
radio-stream-recorder
A program that extracts the individual tracks from an Ogg/Vorbis or mp3 radio stream. Written in go without any non-standard dependencies.
Building
-
Install go (preferably a recent version)
-
go build
Usage
-
General usage:
./rsr [-dir <OUTPUT_DIRECTORY>] <RADIO_STREAM_URL>
-
see
./rsr -h
for integrated usage documentation