radio-stream-recorder/README.md

28 lines
782 B
Markdown
Raw Permalink Normal View History

2021-06-03 18:52:33 +02:00
# 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.
2021-06-03 19:07:27 +02:00
2021-07-11 15:10:37 +02:00
## Obtaining the binary
### Via [releases](https://git.nobrain.org/r4/radio-stream-recorder/releases/latest)
- Download the binary for your system from https://git.nobrain.org/r4/radio-stream-recorder/releases/latest
2021-07-17 12:03:37 +02:00
- (__*nix only__) Make executable `chmod +x <EXECUTABLE PATH>`
2021-07-11 15:10:37 +02:00
- That should be it, just open a terminal and run it; see usage
### From source
- Clone the git repo and cd into it
2021-06-03 19:07:27 +02:00
- 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