-
I just started playing with this library. Thank you, it shows a lot of work and thought was put into it. Probably me not understanding, but if I use recorder = AudioToTextRecorder(**recorder_config) and then a while true loop, is there a way to interrupt the recording. I see the interrup_stop_event but don't see a way to interact with that from outside of the class. What am I missing. And again, thank you for this. |
Beta Was this translation helpful? Give feedback.
Answered by
tgdonovan
Jun 6, 2024
Replies: 1 comment 1 reply
-
There is the abort method that should handle this. It's quite fresh implemented though and not well tested. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you. Appreciate it.