inclusion-international / speech-jokey

A speech synthesis software with integration of several TTS APIs, SSML support and optimizations for users with motor impairment. (course ASSIST HEIDI WS2023 and SS2024)
MIT License
1 stars 0 forks source link

Merge develop into main #17

Open HackXIt opened 1 week ago

HackXIt commented 1 week ago

Merge develop changes into main

HackXIt commented 1 week ago

Built EXE is still broken: grafik

I would need to look into that.

But the general build pipeline should work now, since I pinned KivyMD to a very specific commit.

EDIT: Found an answer on StackOverflow: https://stackoverflow.com/questions/62926929/pyinstaller-failed-to-execute-script-pyi-rth-pkgres

To summarize, when packaging for an executable, we need to be very careful with dependencies and module imports. It will take me a moment to get this right.