https://github.com/msh-trojan/java_21_multimedia_sounds_1
A program that when ran, will produce a sound effect. its one of the aspects in game developing.
https://github.com/msh-trojan/java_21_multimedia_sounds_1
game-development java multimedia sounds
Last synced: 7 months ago
JSON representation
A program that when ran, will produce a sound effect. its one of the aspects in game developing.
- Host: GitHub
- URL: https://github.com/msh-trojan/java_21_multimedia_sounds_1
- Owner: MSH-trojan
- Created: 2024-08-20T17:53:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:14:00.000Z (about 1 year ago)
- Last Synced: 2024-08-20T20:30:08.909Z (about 1 year ago)
- Topics: game-development, java, multimedia, sounds
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The technology which includes the computer games is called multimedia.
Multimedia also includes sound.
A more sophisticated form of multimedia is the movies technology in which images and sound are captured with video cameras.
In the next program you see the programming of audio in a Java application.
The program uses the class AudioSystem to repeat a message stored in an external file.