Releases: alexdelorenzo/play_sounds
Releases · alexdelorenzo/play_sounds
v0.6.0
v0.4.1
This release introduces a few changes:
- Sound playback shutdown is ensured if the interpreter quits
- An equivalent asynchronous API was added that matches the synchronous API
- Re-licensed from AGPL-3.0 to LGPL-3.0
You can install this release like so:
python3 -m pip install play_sounds==0.4.1
v0.1.2
This release uses MP3 files instead of OGG files. Windows MCI doesn't support OGG, but it does support MP3.
You can install this release like so:
python3 -m pip install play_sounds==0.1.2
v0.1.1
This is an initial stable release.
You can install this version like so:
python3 -m pip install play_sounds==0.1.1