We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377dba7 commit 35bf27fCopy full SHA for 35bf27f
3 files changed
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2015-2021 Matthias Geier
+Copyright (c) 2015-2022 Matthias Geier
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
NEWS.rst
@@ -1,3 +1,8 @@
+0.4.5 (2022-08-21):
+ * Add ``index`` field to device dict
+ * Require Python >= 3.7
+ * Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)
5
+
6
0.4.4 (2021-12-31):
7
* Exact device string matches can now include the host API name
8
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.4.4'
+__version__ = '0.4.5'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments