We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491854c commit 7b5e75fCopy full SHA for 7b5e75f
README.rst
@@ -315,3 +315,5 @@ Changelog
315
- 2022-04-29 fixes deprecation in recent Numpy
316
- 2024-03-16 fixes empty soundcard list on macOS
317
(Thank you, Patrice Brend'amour!)
318
+- 2025-03-20 fixes various issues on macOS
319
+ (Thank you, coexe and TnTora!)
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='SoundCard',
5
- version='0.4.3',
+ version='0.4.4',
6
description='Play and record audio without resorting to CPython extensions',
7
author='Bastian Bechtold',
8
url='https://github.com/bastibe/SoundCard',
0 commit comments