@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
Whats best solution for SpeechToText in BAS?
-
I just wonder how i can record and extract text from speech/sound.
I find only this library which is paid now https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries#client-libraries-install-nodejs -
@tet-vivi said in Whats best solution for SpeechToText in BAS?:
@gudolik You can search here for example: https://github.com/search?q=speech+to+text
already did, cant find anything good