Jump to content
Private Messaging is activated - check "How to" on how to disable it ×

Alert sounds


---
 Share

Recommended Posts

Hello,

Is there a way to play some sound at the end of calculation project and polygonization? It should work as an alert to the operator.

Link to comment
Share on other sites

  • 2 weeks later...

Hi Eduardo,

you can simply use the winsound module in a script after polygonisation:

f.e.: 

import winsound

winsound.Beep(2800,500)

first parameter is frequency, second is duration

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...