love.audio
Functions
| play( sound ) | Plays a sound. | 
| play( sound, loop ) | Plays/loops a sound. | 
| play( music ) | Plays music. | 
| play( music, loop ) | Plays/loops music. | 
| pause( ) | Pauses all audio playback. | 
| resume( ) | Resumes all audio playback. | 
| stop( ) | Stops all audio playback. | 
| isPlaying( ) | Checks whether (any) audio is playing or not. | 
| isPaused( ) | Checks whether audio playback is paused or not. | 
| setVolume( volume ) | Changes the master volume. |