GithubHelp home page GithubHelp logo

Comments (3)

Punkoivan avatar Punkoivan commented on August 17, 2024

To sync the notes we can test next case:

  1. Load mp3/ogg
  2. Convert it to midi
  3. Play mp3 while use midi for notes

The problem is in point 2 - mp3/ogg to midi is not easy thing and would require few tool.
Like lalala.ai to extract drums and then another tool to convert drum to midi.
I've used few online solution to convert mp3 to midi and with vocal the result is garbage. So need to remove vocal first I guess.

from drumsthesia.

rwtnb avatar rwtnb commented on August 17, 2024

I was thinking about: https://github.com/deezer/spleeter

Audio quality must not be a big issue, since most people would prefer to have the drums louder than the backing track, I think.
But I'm don't like the idea of implementing it inside Drumsthesia, besides it is written in python it would be an ugly solution trying to integrate both.
It would be way cooler if it was implemented as a webapp, where people could share pre-synced midi/drumless audio files, must think about if there is any legal issues here.
But if we don't store the files it should be ok, until we figure it out.

Basically, the webapp would:

  • Split the tracks
  • Merge it again excluding the drums
  • Use the isolated drum track to predict when the drum part starts
  • Try to match it automatically against the user provided midi track, but giving the user an option to fine tune it
  • Export a GZIP file with both mid/mp3 plus a metadata file with timing data.

In Drumsthesia, we would just check the file type and play it.

from drumsthesia.

rwtnb avatar rwtnb commented on August 17, 2024

You know what, a simple CLI would do for now.

from drumsthesia.

Related Issues (14)

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.