nateshmbhat / pyttsx3

Offline Text To Speech synthesis for python
Mozilla Public License 2.0
2.09k stars 330 forks source link

pyttsx3 breaks Windows 10 sound #159

Open ricardo-reis-1970 opened 3 years ago

ricardo-reis-1970 commented 3 years ago

I am using pyttsx3 on Windows 10 Home on a Dell XPS 13 9370. After running a few times, Windows' default speakers stop producing any sound. The system "thinks" everything is OK, the troubleshooter is as useful as a bicycle under the sea and all the sound alternatives -- bluetooth earplugs, bluetooth headset, HDMI monitor speakers -- work fine.

This is my dev environment. The production one seems to be all right, but I don't develop there and testing in production is usually ill-advised. In my case it's double, since I work with medical devices.

I would very much appreciate any assistance.

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.73. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

TotallyAProgrammer commented 3 years ago

What audio driver are you using? pyttsx3 does not take exclusive control of the audio device, it merely interfaces with the system speech synthesizer, which is where your issue might lie.