Skip to content

Instantly share code, notes, and snippets.

@TawongaC
Forked from natowi/audio2midi.md
Created March 6, 2021 16:34
Show Gist options
  • Select an option

  • Save TawongaC/ada246ce9de647ead6dc0f3745f09182 to your computer and use it in GitHub Desktop.

Select an option

Save TawongaC/ada246ce9de647ead6dc0f3745f09182 to your computer and use it in GitHub Desktop.

Revisions

  1. @natowi natowi revised this gist Jan 13, 2021. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions audio2midi.md
    Original file line number Diff line number Diff line change
    @@ -50,3 +50,10 @@ https://github.com/ClaraBing/CS229-MusicTranscription
    # pYIN
    https://code.soundsoftware.ac.uk/projects/pyin
    https://github.com/ronggong/pypYIN (python)

    -----

    audio2midi conversion works great with prior source separation https://github.com/deezer/spleeter
    or others like https://github.com/rgcda/Musisep


  2. @natowi natowi revised this gist Jan 13, 2021. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions audio2midi.md
    Original file line number Diff line number Diff line change
    @@ -37,3 +37,16 @@ See releases

    # Piano & Drums
    https://github.com/magenta/magenta/tree/master/magenta/models/onsets_frames_transcription

    # Tony: a tool for melody transcription
    https://www.sonicvisualiser.org/tony/
    https://github.com/sonic-visualiser/tony
    https://code.soundsoftware.ac.uk/projects/tony
    (https://github.com/mikulas-mrva/tony2max)

    # MusicTranscription
    https://github.com/ClaraBing/CS229-MusicTranscription

    # pYIN
    https://code.soundsoftware.ac.uk/projects/pyin
    https://github.com/ronggong/pypYIN (python)
  3. @natowi natowi revised this gist Jan 13, 2021. No changes.
  4. @natowi natowi revised this gist Jan 13, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions audio2midi.md
    Original file line number Diff line number Diff line change
    @@ -34,3 +34,6 @@ https://github.com/Goldspear/audio2midi
    # PitchToMIDI
    https://github.com/KatoIppei/PitchToMIDI
    See releases

    # Piano & Drums
    https://github.com/magenta/magenta/tree/master/magenta/models/onsets_frames_transcription
  5. @natowi natowi created this gist Feb 17, 2020.
    36 changes: 36 additions & 0 deletions audio2midi.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    # Recurrent Neural Network for generating piano MIDI-files from audio (MP3, WAV, etc.)
    https://github.com/BShakhovsky/PolyphonicPianoTranscription

    # A python program which performs an FFT on an audio file and produces a MIDI file from the results
    https://github.com/NFJones/audio-to-midi

    # Extract the melody from an audio file and export to MIDI
    https://github.com/justinsalamon/audio_to_midi_melodia

    # Performs pitch detection on a polyphonic audio source and outputs to MIDI
    https://github.com/corbanbrook/spectrotune

    # Program to detect pitch from wav files and write in time quantized MIDI
    https://github.com/vaibhavnayel/Audio-to-MIDI-converter

    # A CNN which converts piano audio to a simplified MIDI format
    https://github.com/hartmetzls/audio_to_midi

    # An application of vocal melody extraction.
    https://github.com/bill317996/Audio-to-midi

    # Transcribes polyphonic piano pieces from audio (MP3, WAV, etc.) into MIDI-files
    https://github.com/BShakhovsky/PianoAudioToMidi

    # Polyphonic pitch tracking in real time using machine learning algorithms
    https://github.com/jaym910/polyphonic_track

    # Audio to MIDI converter
    https://github.com/sbaeunker/audioToMidiConverter

    # Explore Transcribing Techniques to auto convert audio to midi
    https://github.com/Goldspear/audio2midi

    # PitchToMIDI
    https://github.com/KatoIppei/PitchToMIDI
    See releases