An open API service indexing awesome lists of open source software.

https://github.com/leonardofaria/audio-recorder

This is a simple script to record streaming audio and convert it to mp3.
https://github.com/leonardofaria/audio-recorder

mp3 ruby script

Last synced: about 1 month ago
JSON representation

This is a simple script to record streaming audio and convert it to mp3.

Awesome Lists containing this project

README

          

# Audio recorder

This is a simple script to record streaming audio and convert it to mp3. I created this to record my favourite radio shows in Brazil that I am unable to listen to because timezones (and then I discovered that my favourites shows are available in SoundCloud).

## Requirements

* timelimit
* livestreamer
* ffmpeg

## Usage

`./audio-recorder.sh url output time`

### Example

`./audio-recorder.sh "hlsvariant://http://mywebsite.com/playlist.m3u8" "/Users/leonardo/Downloads/central98.mp3"`

You can add the script in your crontab, then you will never lose your favourite content again.