Please see the beep() procedure on https://www.purebasic.fr/english/viewto ... 18#p634618 and tell me if you know a better (simpler) method
Thanks in advance
Linux Alert Beep Sound
Re: Linux Alert Beep Sound
If you have a console:
To test:
The delay is only that you can here the beep befor the code is terminating.
Code: Select all
Print(#BEL$)
Code: Select all
OpenConsole()
Print(#BEL$)
Delay(1000)