Skip to content

iago1460/django-radio-recorder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

RadioCo recorder

RadioCo utility for recording podcasts. This program can record live audio, it communicates with RadioCo automatically

Documentation

Please head over to our documentation <http://django-radio.readthedocs.org/>_ for all the details on how to install, extend and use django radio.

Installation

Local installation Requirements

  • Python 3.7
  • Recording software (jack_capture / lame)

Local installation steps:

virtualenv venv
source venv/bin/activate

pip install -r requirements.txt
pip install -e .

radioco-recorder --help

Docker Requirements

Tweak the .env variables and then:

docker-compose up --build