Running python file on raspberry pie doesn't respond

Asked 2 years ago, Updated 2 years ago, 43 views

React to specific words using speech recognition (julius) in Raspberry pi
I created voice2.py and ran it, but after running it, I didn't even get an error.

$python voice2.py
(...)

What should I do?
Before that, everything has been completed.
((...) doesn't show anything)

python raspberry-pi

2022-09-30 19:23

2 Answers

I don't know anything about Raspberry pi, but as far as I can see from the code on voice2.py, I think it's normal to wait until Julius sends me data.


2022-09-30 19:23

I don't know where it's stopped, so I think it's faster to check if print statements are displayed here and there.


2022-09-30 19:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.