File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2024 Matthias Geier
1
+ Copyright (c) 2015-2025 Matthias Geier
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change
1
+ 0.5.2 (2025-05-16):
2
+ * Better error if frames/channels are non-integers
3
+
1
4
0.5.1 (2024-10-12):
2
5
* Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen
3
6
by defining the ``SD_ENABLE_ASIO `` environment variable
Original file line number Diff line number Diff line change 48
48
https://python-sounddevice.readthedocs.io/
49
49
50
50
"""
51
- __version__ = '0.5.1 '
51
+ __version__ = '0.5.2 '
52
52
53
53
import atexit as _atexit
54
54
import os as _os
You can’t perform that action at this time.
0 commit comments