Hi I am trying to write an application that will play morse code. I just wanted to know if there was a default system sound in java like some beep, or do I have to download some sound file from the internet?
|
feedback
|
|
You can: Print the ASCII bell character to the console (will emit a beep sound):
Use the
| |||
|
feedback
|
|
Have a look at the Java Sound API, which can play MIDI tones. | |||
feedback
|
|
You may want to look at jMorse for some tips. This isn't to discourage you from your effort, but rather to provide a reference. | |||
|
feedback
|