Skip to content

Firebladedoge229/MidiExporter

Repository files navigation

Midi Exporter

Midi Exporter

A exporter that utilizes MIDI to MP3 conversion.

Showcase

Installation

Simply run the executable found at the Releases page.

When running, a Windows Defender SmartScreen window may display as your anti-virus triggers, this is due to the application signing system by PyInstaller.

If you are suspicious, feel free to compile the code yourself!

Build Command

pyinstaller --onefile --noconsole --icon=midi.ico --add-data="midi.ico;." --add-data="sv_ttk;sv_ttk" --add-data="ffmpeg;ffmpeg" --add-data="fluidsynth;fluidsynth" midiexporter.py

Author

Firebladedoge229 - Creator

Credits

SoftIcons - MIDI Icon
FFmpeg - WAV to MP3
FluidSynth - MIDI to WAV