-
trying to interupt a TTS midway thru its speaking.. I have tried this with pyttsx3 and began looking for an alterantive and came across this library but it appears to still be an issue here as well..
…
-
```python
import pyttsx3
import speech_recognition as sr
engine = pyttsx3.init("sapi5")
voices = engine.getProperty("voices")
# text to speech
def speak(audio):
engine.say(audio)
…
-
Traceback (most recent call last):
File "F:\My Projects\Python\G-One voice Assistant\AI-Personal-Voice-assistant-using-Python-master\venv\virtual.py", line 2, in
import pyttsx3
ModuleNotFoun…
-
AETOAB-Chan's official server is ran off of a MacBook running Catalina version 10.15.7. However I test on a custom built Windows 10 PC. The Macbook for whatever reason doesn't work with pyttsx3 (AETOA…
-
I am trying to interrupt pyttsx3 while it is talking to say something else.
I am using pyttsx3 with an external event loop, which works great - except for not being able to stop the speech and inte…
-
### Feature description
```markdown
Hello, my request is a bit weird and wacky, but I'm trying my luck haha,
so I've been watching anime in french-language since 3 years because I have diffic…
-
I suppose this is only meant to work on Windows?
I had this issue on Ubuntu 20.04
Loading your AI personal assistant - G One
Traceback (most recent call last):
File "/usr/local/lib/python3.8…
-
The package generates 61 DEBUG logging entries when the engine is init'd and 223 entries each time say() is called. The latter are all of the form
unimplemented method _ISpeechVoiceEvents_Word cal…
-
I am really wanting to play around with this on my Ubuntu box. However something seems to be wrong with the speach engine. I keep getting this error: I am guessing I did not instal esp correctly bu…
-
PS C:\Users\user\Desktop> pip install pyttsx3 pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path w…