Skip to content

Releases: alexdelorenzo/play_sounds

v0.6.0

18 Jan 04:34
Compare
Choose a tag to compare

This release introduces one change:

  • Remove sound assets from package

You can install this release like so:

python3 -m pip install play_sounds==0.6.0

v0.4.1

10 Mar 21:07
Compare
Choose a tag to compare

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

06 Dec 21:38
Compare
Choose a tag to compare

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

01 Dec 21:50
Compare
Choose a tag to compare

This is an initial stable release.

You can install this version like so:

python3 -m pip install play_sounds==0.1.1