Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.51 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.51 KB

Music Recombiner separates input music file into different stems. User can then select which stem and which part of music to augment. End result is recombined and the overall effect is a modified music file by the user.

Work is still in progress.

Working

  1. User uploads an .mp3 file.
  2. Music Separator separates music into different stems.
  3. User can then edit parts of song according to defined commands.
  4. Re-combine the music.

Add new command

  1. Python
    1. Add logic in augment.py
    2. Add tests in test_augment.py
    3. Add Table in models.py
    4. Add function store_{cmd_name}_attr in cmd_utils.py
    5. Add mapping of command name -> function name in cmd_utils.py
  2. HTML/JS
    1. Add input form for command in '.augment-form-container' in augment.html. Make sure the first three letter of command name is used inside the class. e.g. 'vol' or 'cop' and make them consistent
    2. Create a class in script.js
    3. Add mapping in cmdAttributeMapper() and cmdPrettyMapper()

Screenshot

Example Example Example Example

Docker

After starting the container run:

service postgresql start
python app.py -c