adding_sound_to_your_application
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| adding_sound_to_your_application [2026/05/06 11:47] – frchris | adding_sound_to_your_application [2026/05/06 12:17] (current) – [Making and Editting your own sounds] frchris | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| try | try | ||
| { | { | ||
| - | bell = AudioSystem.getClip(); | + | |
| bell.open(AudioSystem.getAudioInputStream(bellFile)); | bell.open(AudioSystem.getAudioInputStream(bellFile)); | ||
| bell.start(); | bell.start(); | ||
| Line 27: | Line 27: | ||
| ===== Getting sound effect files to play ===== | ===== Getting sound effect files to play ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== Making and Editting your own sounds ===== | ===== Making and Editting your own sounds ===== | ||
| - | I recommend [[https://www.audacityteam.org/download/ | + | I recommend [[https://sourceforge.net/ |
adding_sound_to_your_application.1778082435.txt.gz · Last modified: by frchris
