Initial commit

This commit is contained in:
r4
2021-06-03 19:07:27 +02:00
parent 308f0429b3
commit 2be4bf1a5e
8 changed files with 662 additions and 2 deletions

View File

@@ -2,4 +2,16 @@
A program that extracts the individual tracks from an Ogg/Vorbis http radio stream (without any loss in quality). Written in go without any non-standard dependencies.
MP3 support is planned but not yet implemented.
MP3 support is planned but not yet implemented.
## 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