A program that extracts the individual tracks from an Ogg/Vorbis or mp3 radio stream. Written in go without any non-standard dependencies.
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.
 
 
r4 263ccab062 trigger gh hook 2 years ago
model Add mp3 support + command line option to limit tracks + general redesign for more modularity 2 years ago
mp3 fix doc 2 years ago
util Add mp3 support + command line option to limit tracks + general redesign for more modularity 2 years ago
vorbis Add mp3 support + command line option to limit tracks + general redesign for more modularity 2 years ago
LICENSE Initial commit 2 years ago
README.md Update 'README.md' 2 years ago
build-all.sh Script for building for all platforms 2 years ago
go.mod Initial commit 2 years ago
main.go Add more media types 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

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