Giter Site home page Giter Site logo

vitrioil / musicrecombiner Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 497 KB

Recombine the music by splitting followed by augmenting

Dockerfile 1.13% Python 50.27% Shell 0.26% HTML 14.01% JavaScript 32.39% CSS 1.93%
flask bulma spleeter music wavesurfer-js tensorflow music-separation

musicrecombiner's Introduction

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

musicrecombiner's People

Contributors

vitrioil avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

brahimmade eq19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.