File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 35
35
id-token : write
36
36
steps :
37
37
- name : Get the artifacts
38
- uses : actions/download-artifact@v3
38
+ uses : actions/download-artifact@v4
39
39
with :
40
40
name : dist
41
41
path : dist
Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2023 Matthias Geier
1
+ Copyright (c) 2015-2024 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.7 (2024-05-27):
2
+ * support ``paWinWasapiAutoConvert `` with ``auto_convert `` flag in `WasapiSettings `
3
+ * Avoid exception in `PortAudioError `\ ``.__str__() ``
4
+
1
5
0.4.6 (2023-02-19):
2
- * Redirect stderr with os.dup2() instead of CFFI calls
6
+ * Redirect stderr with `` os.dup2() `` instead of CFFI calls
3
7
4
8
0.4.5 (2022-08-21):
5
9
* Add ``index `` field to device dict
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.6 '
51
+ __version__ = '0.4.7 '
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