You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
model | 2 years ago | |
mp3 | 2 years ago | |
util | 2 years ago | |
vorbis | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
build-all.sh | 2 years ago | |
go.mod | 2 years ago | |
main.go | 2 years ago |
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.
Obtaining the binary
Via releases
-
Download the binary for your system from https://git.nobrain.org/r4/radio-stream-recorder/releases/latest
-
(*nix only) Make executable
chmod +x <EXECUTABLE PATH>
-
That should be it, just open a terminal and run it; see usage
From source
-
Clone the git repo and cd into it
-
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