%%time# It might take a little bit!python -m midi2voice -l shallow.txt -m shallow.mid -g female -t 96
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
convert <shallow.mid>...
to <temp.xml>
... success!
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/local/lib/python3.12/dist-packages/midi2voice/main.py", line 32, in
renderize_voice(lyrics, args['midi'], int(args['tempo']), args['language'], args['gender'], int(args['voiceindex']),
File "/usr/local/lib/python3.12/dist-packages/midi2voice/init.py", line 23, in renderize_voice
sinsy_request(VOICE_XML_PATH, VOICE_WAV_PATH, lang, gender, voiceindex, vibpower, f0shift, synalpha)
File "/usr/local/lib/python3.12/dist-packages/midi2voice/init.py", line 47, in sinsy_request
raise Exception("No wav file found on sinsy.jp :( Try again or create an issue at https://github.com/mathigatti/midi2voice/issues if the problem persists.")
Exception: No wav file found on sinsy.jp :( Try again or create an issue at https://github.com/mathigatti/midi2voice/issues if the problem persists.
CPU times: user 126 ms, sys: 37.7 ms, total: 164 ms
Wall time: 1min 4s
%%time# It might take a little bit!python -m midi2voice -l shallow.txt -m shallow.mid -g female -t 96
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
convert <shallow.mid>...
to <temp.xml>
... success!
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/local/lib/python3.12/dist-packages/midi2voice/main.py", line 32, in
renderize_voice(lyrics, args['midi'], int(args['tempo']), args['language'], args['gender'], int(args['voiceindex']),
File "/usr/local/lib/python3.12/dist-packages/midi2voice/init.py", line 23, in renderize_voice
sinsy_request(VOICE_XML_PATH, VOICE_WAV_PATH, lang, gender, voiceindex, vibpower, f0shift, synalpha)
File "/usr/local/lib/python3.12/dist-packages/midi2voice/init.py", line 47, in sinsy_request
raise Exception("No wav file found on sinsy.jp :( Try again or create an issue at https://github.com/mathigatti/midi2voice/issues if the problem persists.")
Exception: No wav file found on sinsy.jp :( Try again or create an issue at https://github.com/mathigatti/midi2voice/issues if the problem persists.
CPU times: user 126 ms, sys: 37.7 ms, total: 164 ms
Wall time: 1min 4s