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