cheofusi / just_playback

A small library for playing audio files in python, with essential playback functionality.
MIT License
70 stars 7 forks source link

added property to check if currently playing #14

Closed tomhaines closed 2 years ago

tomhaines commented 2 years ago

Proposing a property to return is playback is currently underway. The current active property returns True if currently playing or paused.