The object for playing a music file should implement the following:
- Loading a file
- Play
- Pause
- Resume
- Stop
Optional: Playing 1..* music files at once
The following is to be implemented:
- Loading a file
- Play
- Stop
Optional: Playing 1..* sound files at once
There should be a mechanism to mute (and un-mute) all audio elements at once.