Skip to content

Commit 779a42a

Browse files
committed
Release 0.5.3
1 parent 3c742d9 commit 779a42a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.5.3 (2025-10-19):
2+
* add ``explicit_sample_format`` parameter to `WasapiSettings`
3+
14
0.5.2 (2025-05-16):
25
* Better error if frames/channels are non-integers
36

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.5.2'
51+
__version__ = '0.5.3'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)