2024-06-10 09:16:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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__()
|
|
|
|
|
2023-12-29 09:44:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-10-07 19:06:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2021-04-19 01:41:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-07-29 10:40:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-03-26 15:22:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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!
|
|
|
|
|
2020-03-13 08:38:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 13 08:38:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Fix fdupes call
|
|
|
|
|
2019-12-02 16:25:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-06-03 08:00:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 2 19:27:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
|
2019-05-21 08:16:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2018-12-04 14:05:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:54:30 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-10-31 02:03:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 31 01:49:20 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to 0.3.12
|
|
|
|
* Support for the dylib from Anaconda
|
|
|
|
|
2018-05-08 13:09:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|