Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 361 Bytes

File metadata and controls

21 lines (15 loc) · 361 Bytes

Batch maker

Goal

Refactor files to submit to address a few limitations.

  • Script ID must be digits.
  • ID and wave file name must match.
  • ID must be unique.
  • Wave zip should be smaller than 200MB.

Usage

TODO: support more media types.

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python app.py