using streams for voice assistant and graphical window
when I connect the streams so that the graphical window and the voice assistant work simultaneously, I get an error message that the main file does not see the file where my data_set is located (that’s where I train my voice assistant). when I remove the streams in the function file, the code works. but it only executes threads in the Main file at the same time
using streams for voice assistant and graphical window
when I connect the streams so that the graphical window and the voice assistant work simultaneously, I get an error message that the main file does not see the file where my data_set is located (that’s where I train my voice assistant). when I remove the streams in the function file, the code works. but it only executes threads in the Main file at the same time
How do I get the vosk pyttsx3 voice assistant to communicate at the same time as the graphics window is running?
I’m making a voice assistant, and I want it to work in parallel with the cv2 graphics window open. my assistant only works after the window is closed.