Changelog for
python311-sounddevice-0.5.0-lp160.2.2.noarch.rpm :
* Sun Sep 08 2024 Dirk Müller
- update to 0.5.0:
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
* Mon Jun 10 2024 Dirk Müller - update to 0.4.7:
* support paWinWasapiAutoConvert with auto_convert flag in WasapiSettings
* Avoid exception in PortAudioError.__str__()
* Fri Dec 29 2023 Dirk Müller - update to 0.4.6:
* Redirect stderr with os.dup2() instead of CFFI calls
* Fri Oct 07 2022 Yogalakshmi Arunachalam - 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 2021 Steve Kowalik - Update to 0.4.1:
* CallbackFlags attributes are now writable- Don\'t build for Python 3.6, NumPy isn\'t available
* Wed Jul 29 2020 Marketa Calabkova - 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 2020 Marketa Calabkova - Update to 0.3.15
* This will be the last release supporting Python 2.x!
* Fri Mar 13 2020 Tomáš Chvátal - Fix fdupes call
* Mon Dec 02 2019 Todd R - Update to 0.3.14
* Examples play_sine.py and rec_gui.py
* Redirect stderr only during initialization
* Sun Jun 02 2019 Jan Engelhardt - Use noun phrase in summary.
* Tue May 21 2019 pgajdosAATTsuse.com- version update to 0.3.13
* Examples asyncio_coroutines.py and asyncio_generators.py- package examples
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Wed Oct 31 2018 Todd R - Update to 0.3.12
* Support for the dylib from Anaconda
* Tue May 08 2018 toddrme2178AATTgmail.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 08 2017 toddrme2178AATTgmail.com- Initial version