Changelog for
python311-sounddevice-0.4.5-23.13.noarch.rpm :
* 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