midi2audio icon indicating copy to clipboard operation
midi2audio copied to clipboard

Play and synthesize MIDI to audio - easy to use Python/CLI API to FluidSynth.

Results 11 midi2audio issues
Sort by recently updated
recently updated
newest added

Hi, when running the following script in order to convert a directory of midi files to wav I get the following error: ```python from midi2audio import FluidSynth import os import...

Hey guys! Posting it here just in case anyone needs it... Here is the stand-alone Python module I made for MIDI to audio conversion. Works with Google Colab and Hugging...

I have been working with the midi2audio Python library and noticed a consistent warning message when using the library. The warning message reads: "fluidsynth: panic: An error occurred while reading...

The docs state that `gain=0.75` is an optional third parameter to `midi_to_audio()`, but in reality it is an optional third parameter to the `FluidSynth()` constructor. A small tweak to the...

![image](https://user-images.githubusercontent.com/122464571/215256064-ddf4bcfe-0331-44d3-944d-659ad072b0f6.png)

My friend encountered this prob when using this lib. Related to issue #4

Just realised that the documentation for setting the gain was inaccurate.

Usage: fluidsynth [options] [soundfonts] [midifiles] If we use the old one,we will see: Parameter '-F' not a SoundFont or MIDI file or error occurred identifying it. Parameter 'output.wav' not a...

Hi, I am having issues converting from midi to wav using your package with your suggested code `fs.midi_to_audio(midi_file_path, wav_file_path).` I have been looking into it and have been able to...

Hello, Is it also possible to stop the MIDI Playback?