Create a MusicOrganizer object in the second version of our project. Experiment with adding some files to it and playing them.
If you want to use the files provided in the audio folder within the project, you must include the folder name in the filename parameter, as well as the file name and suffix. For example, to use the file BlindBlake-EarlyMorningBlues.mp3 from the audio folder, you must pass the string "audio/BlindBlake-EarlyMorningBlues.mp3" to the addFile method.
You can use your own mp3 files by placing them into the audio folder. Remember to use the folder name as part of the file name.
Also experiment with file names that do not exist. What happens when you use those?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.