forked from pool/python-sounddevice
- update to 0.5.3:
* add explicit_sample_format parameter to WasapiSettings OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=34
This commit is contained in:
120
python-sounddevice.changes
Normal file
120
python-sounddevice.changes
Normal file
@@ -0,0 +1,120 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 09:11:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.3:
|
||||
* add explicit_sample_format parameter to WasapiSettings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 08:12:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.5.2
|
||||
* Better error if frames/channels are non-integers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 13:30:14 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.5.1
|
||||
* Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can
|
||||
be chosen by defining the ``SD_ENABLE_ASIO`` environment variable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 13:21:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.0:
|
||||
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be
|
||||
manually selected)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 09:16:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.7:
|
||||
* support paWinWasapiAutoConvert with auto_convert flag in
|
||||
WasapiSettings
|
||||
* Avoid exception in PortAudioError.__str__()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 09:41:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.6:
|
||||
* Redirect stderr with os.dup2() instead of CFFI calls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 16:18:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.4.5
|
||||
* Add index field to device dict
|
||||
* Require Python >= 3.7
|
||||
* Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 01:40:25 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.4.1:
|
||||
* CallbackFlags attributes are now writable
|
||||
- Don't build for Python 3.6, NumPy isn't available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 07:27:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.4.0
|
||||
* Drop support for Python 2.x
|
||||
* Fix memory issues in `play()`, `rec()` and `playrec()`
|
||||
* Example application ``play_stream.py``
|
||||
* Remove ``print_devices()``, `query_devices()` can be used instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 14:13:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.3.15
|
||||
* This will be the last release supporting Python 2.x!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 08:38:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix fdupes call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 16:14:17 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 0.3.14
|
||||
* Examples play_sine.py and rec_gui.py
|
||||
* Redirect stderr only during initialization
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 19:27:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 07:20:34 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.3.13
|
||||
* Examples asyncio_coroutines.py and asyncio_generators.py
|
||||
- package examples
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:54:30 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 01:49:20 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 0.3.12
|
||||
* Support for the dylib from Anaconda
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 03:22:08 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 0.3.11 (2018-05-07):
|
||||
* Support for the DLL from ``conda-forge``
|
||||
- Update to 0.3.10 (2017-12-22):
|
||||
* Change the way how the PortAudio library is located
|
||||
- Update to 0.3.9 (2017-10-25):
|
||||
* Add `sounddevice.Stream.closed`
|
||||
* Switch CFFI usage to "out-of-line ABI" mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 20:40:25 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Initial version
|
||||
Reference in New Issue
Block a user