2021-06-03 18:52:33 +02:00
|
|
|
# radio-stream-recorder
|
|
|
|
|
2021-06-21 20:37:22 +02:00
|
|
|
A program that extracts the individual tracks from an Ogg/Vorbis or mp3 radio stream. Written in go without any non-standard dependencies.
|
2021-06-03 19:07:27 +02:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
- Install [go](https://golang.org/) (preferably a recent version)
|
|
|
|
|
|
|
|
- `go build`
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
- General usage: `./rsr [-dir <OUTPUT_DIRECTORY>] <RADIO_STREAM_URL>`
|
|
|
|
|
|
|
|
- see `./rsr -h` for integrated usage documentation
|