Here are examples of audio players you can use for inspiration:
- foobar2000: An advanced freeware audio player for the Windows platform
- MusicBee: The Ultimate Music Manager and Player
Here are resources that you can use to build your audio player:
- Pygame: A set of Python modules designed for writing video games
- PyMedia: Python module to encode/decode audio compressed streams
- simpleaudio Cross-platform, dependency-free audio playback capability for Python3
- sqlite3: A self-contained, serverless, transactional SQL database engine
- Playing and Recording Sound in Python: Real Python video course