As part of https://github.com/sspanak/dimmusaurus/issues/216, create a AudioPlayer class: - manages audio sources - provides play, pause, seek, mute - provides current playback time and total time - check for audio support on the current browser This is what the current `Player` should have been.
As part of #216, create a AudioPlayer class:
This is what the current
Playershould have been.