'python module midi2audio does not convert input midi files to audio
I am trying to convert midi files to .wav files using midi2audio. The code is taken from the documentation and doesn't throw any error. However, there doesn't seem to be any new wav file. Here are the code lines:
fs = FluidSynth()
fs.midi_to_audio('input.mid', 'output.wav')
I haven't found any useful information about my problem, neither in the documentation (I have fluidsynth installed, so that shouldn't be the problem) nor in other questions.
- notes: I'm using python 3.6
Any help will be appreciated
Solution 1:[1]
do you have some fonts loaded ? run the program in debug mode to see the path required and put font files.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mab66 |
