I'm making a small ruby command line script and I wanted to know what the simplest way to have the program emit a beep is.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
For windows, use the win32-sound library - Adding Sound to Your Ruby Apps. You'd do something like:
For non windows, looks like this could work: How to make beep sounds?
|
|||
|
|
|
For Mac OS X:
Conventional |
|||||
|
|
The easiest way is Here is a customize way
|
|||
|
|