Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
In Progress
Adding Audio to Java Project
MrDGuy
Details
Applications
7
Discussion
Bounty Description
Problem Description
I am not able to get the Audio to play in this program. I believe that it has something to do with the limitations of java in replit and not having a direct audio package. Please create a solution and help me understand what you did to fix the audio problem.
Acceptance Criteria
The Play Sound and Play Note methods in the Scene class work.
Technical Details
This is a Intellij project that I have migrated into Replit from GitHub. The error is based on the PlaySoundAction and PlayNoteAction classes.