thevickypedia / py3-tts

Offline Text To Speech library for python
https://py3-tts.vigneshrao.com/
Mozilla Public License 2.0
19 stars 3 forks source link

Does not work on Windows Server 2022. #8

Open TLsolutionstg opened 1 week ago

TLsolutionstg commented 1 week ago

I wrote an application that is working on Windows 10 and 11, but will not generate the voice output. I am currently saving it to an mp3 file to work with. The mp3 file on Windows Server 2022 are all empty with no audio. Is there a fix I can do, or is it a problem with the library? I have seen a post on GitHub about it with Windows Server 2019, but none of those solutions worked.

TLsolutionstg commented 2 days ago

I found out it does not work because there are not audio drivers on most Windows Server 2022 Machines. The ugly fix is to plug in USB speakers because they have plug and play audio drivers.