Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chizuru-nina-yamauchi/simple_java_sound_audio_player
Using javax.sound.sampled and play wav audio file
https://github.com/chizuru-nina-yamauchi/simple_java_sound_audio_player
java javax-sound
Last synced: 6 days ago
JSON representation
Using javax.sound.sampled and play wav audio file
- Host: GitHub
- URL: https://github.com/chizuru-nina-yamauchi/simple_java_sound_audio_player
- Owner: chizuru-nina-yamauchi
- Created: 2024-04-24T20:19:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T20:40:27.000Z (7 months ago)
- Last Synced: 2024-04-24T22:38:54.827Z (7 months ago)
- Topics: java, javax-sound
- Language: Java
- Homepage:
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple_Java_Sound_Audio_Player
Console based Java Sound Audio Player by using 'javax.sound.sampled' tutorial with Bro Code(https://www.youtube.com/watch?v=SyZQVJiARTQ).
#### How it appears and works on console:
![pic1](./src/main/resources/pic1.png)
User enter 'P', 'S', 'R' or 'Q' to play, stop, resume, quit the audio file 'Chimes_and_Bow.wav'.
Once the user enters 'Q', the audio stops and the program ends.
*It takes a bit of time to hear the sound of the audio file 'Chimes_and_Bow.wav' after entering 'P' because the file itself starts the sound after a second.
This is because of how I mixed the audio file and not because of the program itself.