jimothyjohn / matchering

Matchering 2.0 is a novel tool for audio matching and mastering.

  • Public
  • 2 runs
  • CPU
  • GitHub
  • License

Input

Pull and run jimothyjohn/matchering using Docker (this will download the full model and run it in your local environment):

docker run -d -p 5000:5000 r8.im/jimothyjohn/matchering@sha256:7add4a4f0e454bff7927944cf2050b39331f2b51a95444539626938c98e1303f
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {}
  }' \
  http://localhost:5000/predictions

Output

No output yet! Press "Submit" to start a prediction.

Run time and cost

This model runs on CPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

Matchering 2.0 is a novel tool for audio matching and mastering.

It follows a simple idea - you take TWO audio files and feed them into Matchering:

TARGET (the track you want to master, you want it to sound like the reference) REFERENCE (another track, like some kind of “wet” popular song, you want your target to sound like it)

Our algorithm matches both of these tracks and provides you the mastered TARGET track with the same RMS, FR, peak amplitude and stereo width as the REFERENCE track has.