Noob here.
Can I determine if I am in a state of transcribing (start_transcribing()
has been called, but stop_transcribing()
has not) or a state of non-transcribing?
I’ve written something that will need to determine whether or not start_transcribing()
needs to be called or has already been called.