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.
- User uploads an .mp3 file.
- Music Separator separates music into different stems.
- User can then edit parts of song according to defined commands.
- Re-combine the music.
- Python
- Add logic in augment.py
- Add tests in test_augment.py
- Add Table in models.py
- Add function
store_{cmd_name}_attr
in cmd_utils.py - Add mapping of command name -> function name in cmd_utils.py
- HTML/JS
- 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
- Create a class in script.js
- Add mapping in cmdAttributeMapper() and cmdPrettyMapper()
After starting the container run:
service postgresql start
python app.py -c