Relative Content

Tag Archive for pythonopencvvosk

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