Mpyg321

Latest version: v2.2.2

Safety actively analyzes 722581 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.2.2

Fixes a bug where "resume" doesn't change the player's status (issue 47)

2.2.1

- Adds `toggle_play` and `toggle_pause` functions

2.2.0

Adds support for events. You can now write callbacks for events by using the new decorators or the `subscribe_event` function:

player = MPyg123Player()

player.on(MPyg321Events.ANY_STOP)
def callback(context):
print("Any stop event occured")

or
def my_func(context):
print("Other event subscribed")

player.subscribe_event(MPyg321Events.ANY_STOP, my_func)

2.1.1

Resolves small bug that would crash the wrapper.

2.1.0

Implements custom args + rva-mix option.
Removes useless legacy code.

2.0.1

Fixes bug when using audiodevice.

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.