[Ed...] Posted February 18 Share Posted February 18 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 More sharing options...
[Mi...] Posted February 28 Share Posted February 28 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in