-
1. Specify the API at the beginning of the title (for example, "BigQuery: ...")
General, Core, and Other are also allowed as types
`google-cloud-speech`
2. OS type and version
`0.31.0`
3. Pyth…
-
runfile('D:/python/mini project/text to speech.py', wdir='D:/python/mini project')
Traceback (most recent call last):
File "C:\Users\vikas\anaconda3\lib\site-packages\pyttsx3\__init__.py", line …
-
When run:
`pip install gTTS` I'm getting the following error:
`usuario@acpNotifica:~$ pip3 install gTTS
Collecting gTTS
Downloading https://files.pythonhosted.org/packages/77/1e/8e2990a0af8811…
-
pyttsx3 Version: 2.71
macOS: 10.14.6
I am writing a voice assistant that has to output voice and then immediately has to listen to the user. The assistant is based on Spade which uses Asyncio.
…
-
1. Specify the API
_google-cloud-speech 0.32.0_
2. OS type and version
_Ubuntu and CentOS_
3. Python version
_2.7.3_
4. Step to reproduce
I have a chatbot program where it let user speak…
-
import webbrowser
import speech_recognition as sr
import wikipedia
import pyttsx
import datetime
print("Initializing jarvis")
MASTER = "Ritik singh"
engine = pyttsx.init()
voices = engine.…
-
Traceback (most recent call last):
File "D:/FD_caseStudy/FaceD/TextToSpeech/speech.py", line 4, in
tts.save("hello.mp3")
File "C:\Python27\lib\site-packages\gtts\tts.py", line 247, in save…
-
Error when running Executable created with PyInstaller 3.3 on Windows 10 64-bit and Python v3.6.
`
[pyttsx3_error.txt](https://github.com/nateshmbhat/pyttsx3/files/1455369/pyttsx3_error.txt)
`
Exa…
-
Christoff Eilers discovered a problem on Windows XP whereby the launcher could not start; the log is as follows.
```
Z:\Windows_XP_shared\aqlauncher\AudioQuake.app\Contents\MacOS>python AudioQuake.
p…
-
My Program :
import pyttsx3
engine = pyttsx3.init()
engine.say('Welcome')
engine.runAndWait()
ERROR :
Traceback (most recent call last):
File "C:\Users\prag1\AppData\Roaming\Pytho…