diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:57:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:02:00 -0700 |
| commit | 7b5ec9d5fae4c117f7ae23169560758f5aba606a (patch) | |
| tree | e05763acb2e9d8b29cbcab1e87e32fc27f7f1f97 /meta-python/recipes-devtools/python | |
| parent | 45fe80c61668a716c85a622ed8e8636a9477bbda (diff) | |
| download | meta-openembedded-7b5ec9d5fae4c117f7ae23169560758f5aba606a.tar.gz | |
python3-pyalsaaudio: upgrade 0.10.0 -> 0.11.0
Changelog:
=========
- Fixed Mixer.getvolume() returning outdated value
- Fixed PCM crashing with some sample formats due to buffer size miscalculation
- Fixed PCM.read() ignoring overruns (regression in 0.10.0)
- Reverted to PCM.write() not throwing an exception on playback buffer underrun;
instead, return -EPIPE like PCM.read() does on overrun
- Added PCM.avail() and PCM.polldescriptors_revents() functions
- Added nominal_bits and physical_bits entries to PCM.info()'s return value
- Added Python type hint file, and adjusted documentation accordingly
-Improvements to the examples, in particular isine.py
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb index 8b22faad3a..8917c88605 100644 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" | |||
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "e21175500a2bd310ae3867e7991639defc1e2a5c92cf1b9f7083296b346738ab" | 8 | SRC_URI[sha256sum] = "a78a9dca33524b2c9064b34e21f5ab874272313cf324a9a77592f396a5e0fddc" |
| 9 | 9 | ||
| 10 | DEPENDS += "alsa-lib" | 10 | DEPENDS += "alsa-lib" |
| 11 | 11 | ||
