Cant get this to run on Windows
Setup.sh is looking for python thats already installed ....
Thanks for reporting this. The runtime had a few Unix-only assumptions: setup.sh only looked for python3, Windows venvs use .venv\Scripts\python.exe, and the service depended on Unix-only APIs.
I’ve added native PowerShell setup, inference, start, and stop scripts, and fixed the platform-specific service code. The changes are now available here:
https://github.com/Audio8-AI/Audio8_TTS/commit/07e40f5d0b03fc473635ef378654bfb581027ac3
Please try the Windows PowerShell workflow from this commit and let us know whether it works. If you still see an error, please share the complete command output.
I'm running it on Windows 10, but the generated audio is noise. Has anyone experienced this?
I'm running it on Windows 10, but the generated audio is noise. Has anyone experienced this?
@joostshao1989 : This could be the same syndrome discussed in this issue, which should be fixed after the update. If the problem consists, it will be really helpful to have more details of the behavior you observed and the process of its reproduction.