Solved
Is it possible to add transfomer with PC sound notification? Eg. If unexpected path event was detected or a scound notification to the data inspector new window opening?
Is it possible to add transfomer with PC sound notification? Eg. If unexpected path event was detected or a scound notification to the data inspector new window opening?
Best answer by david_r
If you're on Windows, you can use two lines of code in a PythonCaller, e.g.
import winsound
winsound.MessageBeep()
This will trigger the sound file that is associated with the "Default Beep" event in the Windows sound settings:
More info here: https://docs.python.org/3/library/winsound.html
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.