emmental/audio
Anna Schumaker e24999bb2f audio: Give the Player a playpause() function
This makes it easy for others to pause if playing, or play if paused

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-02 10:25:00 -04:00
..
__init__.py audio: Create an audio Player instance 2021-07-23 12:56:17 -04:00
artwork.py audio: Create a class for showing album art 2021-07-23 12:56:35 -04:00
controls.py audio: Add widgets for audio Controls 2021-07-23 12:56:17 -04:00
menu.py Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
nowplaying.py audio: Add widgets for Now Playing information 2021-07-23 12:56:17 -04:00
player.py audio: Give the Player a playpause() function 2021-08-02 10:25:00 -04:00
seeker.py audio: Create seeking widgets 2021-07-23 12:56:17 -04:00
test_artwork.py audio: Check that artwork has a default path 2021-07-31 13:15:49 -04:00
test_controls.py audio: Add widgets for audio Controls 2021-07-23 12:56:17 -04:00
test_menu.py Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
test_nowplaying.py audio: Add widgets for Now Playing information 2021-07-23 12:56:17 -04:00
test_player.py audio: Give the Player a playpause() function 2021-08-02 10:25:00 -04:00
test_seeker.py audio: Create seeking widgets 2021-07-23 12:56:17 -04:00