Language

Package: audio-to-midi @ 2020.7

Synopsis

Convert audio to multichannel MIDI.

Description

audio-to-midi converts audio files to multichannel MIDI files. It accomplishes this by performing FFTs on all channels of the audio data at user-specified time steps. It then separates the resulting frequency analysis into equivalence classes which correspond to the twelve tone scale; the volume of each class being the average volume of its constituent frequencies. This data is then formatted to MIDI and written to disk.

Home page
https://github.com/NFJones/audio-to-midi
Location
gnu/packages/audio.scm (line: 2493, column: 2)
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'python-cython' should probably be a native input