15
0
Commit Graph

33 Commits

Author SHA256 Message Date
58834fe91f Accepting request 1280883 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1280883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=16
2025-05-30 12:34:24 +00:00
cfa1636785 - Update to 0.5.2
* Better error if frames/channels are non-integers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=32
2025-05-28 12:58:48 +00:00
d025ec6e12 Accepting request 1217411 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1217411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=15
2024-10-24 13:43:07 +00:00
5ce05941c9 Accepting request 1217361 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1217361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=30
2024-10-23 20:08:00 +00:00
45eccc92a5 Accepting request 1199457 from devel:languages:python
- update to 0.5.0:
  * Remove ASIO support from bundled DLLs (DLLs with ASIO can be
    manually selected)

OBS-URL: https://build.opensuse.org/request/show/1199457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=14
2024-09-09 12:44:33 +00:00
11af5c30a6 - update to 0.5.0:
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be
    manually selected)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=28
2024-09-08 13:22:30 +00:00
4e8f199f40 Accepting request 1179664 from devel:languages:python
- update to 0.4.7:
  * support paWinWasapiAutoConvert with auto_convert flag in
    WasapiSettings
  * Avoid exception in PortAudioError.__str__()

OBS-URL: https://build.opensuse.org/request/show/1179664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=13
2024-06-10 15:38:12 +00:00
637096c300 - update to 0.4.7:
* support paWinWasapiAutoConvert with auto_convert flag in
    WasapiSettings
  * Avoid exception in PortAudioError.__str__()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=26
2024-06-10 09:16:45 +00:00
3c56557117 Accepting request 1136463 from devel:languages:python
- update to 0.4.6:
  * Redirect stderr with os.dup2() instead of CFFI calls

OBS-URL: https://build.opensuse.org/request/show/1136463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=12
2024-01-03 11:24:16 +00:00
7471be7514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=24 2024-01-03 10:23:41 +00:00
026de3a801 - update to 0.4.6:
* Redirect stderr with os.dup2() instead of CFFI calls

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=23
2023-12-29 09:44:47 +00:00
caf7f09b45 Accepting request 1008875 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=11
2022-10-07 23:26:10 +00:00
10f4a934d8 Accepting request 1008847 from home:yarunachalam:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1008847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=21
2022-10-07 19:06:31 +00:00
db9a5e43db Accepting request 886510 from devel:languages:python
- Update to 0.4.1:
  * CallbackFlags attributes are now writable 
- Don't build for Python 3.6, NumPy isn't available

OBS-URL: https://build.opensuse.org/request/show/886510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=10
2021-04-19 19:05:50 +00:00
da2cacf2d0 - Update to 0.4.1:
* CallbackFlags attributes are now writable 
- Don't build for Python 3.6, NumPy isn't available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=19
2021-04-19 01:41:36 +00:00
cb30c383fc Accepting request 823365 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/823365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=9
2020-07-30 08:02:01 +00:00
d24f5a3e85 Accepting request 823319 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/823319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=17
2020-07-29 10:40:20 +00:00
ee0b9ded0a Accepting request 788589 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=8
2020-03-26 22:35:01 +00:00
Tomáš Chvátal
fb3ec99892 Accepting request 788576 from home:mcalabkova:branches:devel:languages:python
- Update to 0.3.15
  * This will be the last release supporting Python 2.x!

OBS-URL: https://build.opensuse.org/request/show/788576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=15
2020-03-26 15:22:00 +00:00
72e4ffe6d5 Accepting request 784571 from devel:languages:python
- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/784571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=7
2020-03-14 08:55:17 +00:00
Tomáš Chvátal
3d6505db99 - Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=13
2020-03-13 08:38:58 +00:00
ecfc1b0cf2 Accepting request 752985 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/752985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=6
2019-12-03 14:21:36 +00:00
Todd R
056927abb6 Accepting request 752984 from home:TheBlackCat:branches:devel:languages:python
Update to 0.3.14

OBS-URL: https://build.opensuse.org/request/show/752984
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=11
2019-12-02 16:25:24 +00:00
51b83d1aa2 Accepting request 707047 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/707047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=5
2019-06-03 16:54:59 +00:00
Tomáš Chvátal
7296b2b9f1 Accepting request 706934 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/706934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=9
2019-06-03 08:00:09 +00:00
8c98b54063 Accepting request 704374 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=4
2019-05-22 09:15:20 +00:00
Tomáš Chvátal
1898d54c06 Accepting request 704362 from home:pgajdos
- version update to 0.3.13
  * Examples asyncio_coroutines.py and asyncio_generators.py
- package examples

OBS-URL: https://build.opensuse.org/request/show/704362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=7
2019-05-21 08:16:20 +00:00
85409933b8 Accepting request 659682 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=3
2018-12-24 10:44:12 +00:00
76c29495e8 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=5
2018-12-04 14:05:03 +00:00
4cb4c23640 Accepting request 645617 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/645617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=2
2018-10-31 12:21:39 +00:00
Todd R
a1bba9bdb1 Accepting request 645616 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.3.12
  * Support for the dylib from Anaconda

OBS-URL: https://build.opensuse.org/request/show/645616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=3
2018-10-31 02:03:10 +00:00
a1e886a0a8 Accepting request 605334 from devel:languages:python
Python sound playback that supports numpy arrays

OBS-URL: https://build.opensuse.org/request/show/605334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=1
2018-05-15 08:10:14 +00:00
Todd R
a474ea3a40 Accepting request 605333 from devel:languages:python:misc
Python sound playback that supports numpy arrays

OBS-URL: https://build.opensuse.org/request/show/605333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=1
2018-05-08 13:09:16 +00:00