File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3535 id-token : write
3636 steps :
3737 - name : Get the artifacts
38- uses : actions/download-artifact@v3
38+ uses : actions/download-artifact@v4
3939 with :
4040 name : dist
4141 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
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of 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+
150.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
37
480.4.5 (2022-08-21):
59 * Add ``index `` field to device dict
Original file line number Diff line number Diff line change 4848 https://python-sounddevice.readthedocs.io/
4949
5050"""
51- __version__ = '0.4.6 '
51+ __version__ = '0.4.7 '
5252
5353import atexit as _atexit
5454import os as _os
You can’t perform that action at this time.
0 commit comments