emmental/audio
Anna Schumaker 6fc0fb6b26 audio: Create a new Selector object
This is used to query for the next or previous track. The Playlist layer
will implement our playlist stack as one of these objects, and set it on
the Player

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-09-30 11:07:20 -04:00
..
__init__.py audio: Clean up imports 2021-09-08 10:07:46 -04:00
artwork.py audio: Rework the Artwork widget 2021-09-08 10:07:45 -04:00
bass.py audio: Set a ReplayGainSink as the playbin's audio sink 2021-09-14 14:29:14 -04:00
controls.py audio: Convert our MenuButton into a Gtk.MenuButton 2021-09-28 16:56:16 -04:00
nowplaying.py audio: Clean up the NowPlaying widget 2021-08-31 15:13:18 -04:00
player.py audio: Create a new Selector object 2021-09-30 11:07:20 -04:00
replaygain.py audio: Add a custom ReplayGainSink 2021-09-14 14:26:54 -04:00
scale.py audio: Give the BassPlayer a volume property 2021-09-07 14:46:00 -04:00
selector.py audio: Create a new Selector object 2021-09-30 11:07:20 -04:00
test_artwork.py audio: Rework the Artwork widget 2021-09-08 10:07:45 -04:00
test_audio.py audio: Rework the Artwork widget 2021-09-08 10:07:45 -04:00
test_bass.py audio: Set a ReplayGainSink as the playbin's audio sink 2021-09-14 14:29:14 -04:00
test_controls.py audio: Convert our MenuButton into a Gtk.MenuButton 2021-09-28 16:56:16 -04:00
test_nowplaying.py audio: Clean up the NowPlaying widget 2021-08-31 15:13:18 -04:00
test_player.py audio: Create a new Selector object 2021-09-30 11:07:20 -04:00
test_replaygain.py audio: Add a custom ReplayGainSink 2021-09-14 14:26:54 -04:00
test_scale.py audio: Give the BassPlayer a volume property 2021-09-07 14:46:00 -04:00
test_selector.py audio: Create a new Selector object 2021-09-30 11:07:20 -04:00