File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2021 Matthias Geier
1
+ Copyright (c) 2015-2022 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.4.5 (2022-08-21):
2
+ * Add ``index `` field to device dict
3
+ * Require Python >= 3.7
4
+ * Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)
5
+
1
6
0.4.4 (2021-12-31):
2
7
* Exact device string matches can now include the host API name
3
8
Original file line number Diff line number Diff line change 48
48
https://python-sounddevice.readthedocs.io/
49
49
50
50
"""
51
- __version__ = '0.4.4 '
51
+ __version__ = '0.4.5 '
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