0

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

C.Sharp
  • 85
  • 7

1 Answers1

0

do you have some fonts loaded ? run the program in debug mode to see the path required and put font files.

mab66
  • 31
  • 5
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – MSS Mar 30 '22 at 09:20