Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 383 Bytes

File metadata and controls

25 lines (19 loc) · 383 Bytes

Audio

Music

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

Sound

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.