I have setup piper for local TTS. I managed to train voice and get files to share/piper folder. I have set piper addon NOT to download voicelist. But the problem is following
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/local/lib/python3.11/dist-packages/wyoming_piper/main.py", line 236, in <module>
run()
File "/usr/local/lib/python3.11/dist-packages/wyoming_piper/main.py", line 231, in run
asyncio.run(main())
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wyoming_piper/main.py", line 150, in main
custom_voice_path, custom_config_path = find_voice(
^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wyoming_piper/download.py", line 185, in find_voice
raise VoiceNotFoundError(name)
wyoming_piper.download.VoiceNotFoundError: fi_FI-myvoice
[12:44:38] INFO: Service exited with code 1 (by signal 0)
Its looping this and not starting piper. If i move those voice files awayu from piper folder, it will start fine.