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.
- Host: GitHub
- URL: https://github.com/leonardofaria/audio-recorder
- Owner: leonardofaria
- Created: 2016-01-26T04:12:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T04:35:06.000Z (over 10 years ago)
- Last Synced: 2025-07-17T04:06:42.313Z (11 months ago)
- Topics: mp3, ruby, script
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.