A program that extracts the individual tracks from an Ogg/Vorbis or mp3 radio stream. Written in go without any non-standard dependencies.
Go to file
r4 a0ae32050f Add more media types 2021-06-22 14:08:38 +02:00
model Add mp3 support + command line option to limit tracks + general redesign for more modularity 2021-06-21 20:37:22 +02:00
mp3 Add mp3 support + command line option to limit tracks + general redesign for more modularity 2021-06-21 20:37:22 +02:00
util Add mp3 support + command line option to limit tracks + general redesign for more modularity 2021-06-21 20:37:22 +02:00
vorbis Add mp3 support + command line option to limit tracks + general redesign for more modularity 2021-06-21 20:37:22 +02:00
LICENSE Initial commit 2021-06-03 19:07:27 +02:00
README.md Add mp3 support + command line option to limit tracks + general redesign for more modularity 2021-06-21 20:37:22 +02:00
go.mod Initial commit 2021-06-03 19:07:27 +02:00
main.go Add more media types 2021-06-22 14:08:38 +02:00

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