jessesquires / JSQSystemSoundPlayer

A fancy Obj-C wrapper for Cocoa System Sound Services
https://jessesquires.github.io/JSQSystemSoundPlayer/
Other
581 stars 107 forks source link

Add 'isPlaying' property #13

Closed jessesquires closed 9 years ago

jessesquires commented 9 years ago

BOOL property to track if the player is currently playing

jessesquires commented 9 years ago

Actually, I've decided against this. Use cases seem rare. Though you can play sounds up to 30 seconds in length, typical sound effects will be much shorter, on the order of < 1 sec. By the time you would check if a sound is playing, it would already be finished.

jessesquires commented 9 years ago

If anyone would like to see this addition, please comment here!