-
Error : PyAudio library not available. Please specify the version.
`---------------------------------------------------------------------------
KeyError Traceback (m…
-
Hello,
I'm hoping you can help me.
I'm using a modified version of the test_microphone.py to listen sound on one side, transmitting it through mqtt to a server and decoding the frame with vosk.
…
-
PS C:\Users\frank\OneDrive\Bureau\projects> py alexa.py
Loading your AI personal assistant - G One
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD par…
mwlik updated
3 years ago
-
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.
…
-
### Hi tjpin:
Found this problem at exec the test.py and the main.py not run in kivy 1.11.1 and python 3.7
![Captura de pantalla -2021-02-01 23-47-07](https://user-images.githubusercontent.com/7…
-
Running the command python3 jarvis.py on my windows 10 computer throws back the following error:
Traceback (most recent call last):
File "C:\Users\dason\Desktop\Jarvis\Jarvis-master\jarvis.py", …
-
espeak is able to set pitch using command line with "-p" parameter `espeak hello -p 90`
Is pyttsx3 able to set pitch? none of the following works
```python
engine.setProperty('pitch', 90)
eng…
-
Code_line: speaker = pyttsx3.init()
Error: OSError: libespeak.so.1: cannot open shared object file: No such file or directory
OS: Ubuntu 20.10
-
I am making a stopwatch in python and to convert my .py file to .exe I had made a setup.py file with this code:
`import sys
from cx_freeze import setup,Executable
build_exe_options={"packages":["da…
-
Traceback (most recent call last):
File "C:\Users\Asad\Desktop\romantic-alexa-main\romantic-alexa-main\main.py", line 60, in
run_alexa()
File "C:\Users\Asad\Desktop\romantic-alexa-main\rom…