From: Wang Mingyu <[email protected]> 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 <[email protected]> --- ...hon3-pyalsaaudio_0.10.0.bb => python3-pyalsaaudio_0.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyalsaaudio_0.10.0.bb => python3-pyalsaaudio_0.11.0.bb} (71%) 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 similarity index 71% rename from meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb rename to meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb index 8b22faad3..8917c8860 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" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e21175500a2bd310ae3867e7991639defc1e2a5c92cf1b9f7083296b346738ab" +SRC_URI[sha256sum] = "a78a9dca33524b2c9064b34e21f5ab874272313cf324a9a77592f396a5e0fddc" DEPENDS += "alsa-lib" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110858): https://lists.openembedded.org/g/openembedded-devel/message/110858 Mute This Topic: https://lists.openembedded.org/mt/106626285/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
