diff options
author | amanarora_09 <aman.arora9848@gmail.com> | 2023-03-28 22:27:17 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-08 20:38:17 +0200 |
commit | 8eb3ea414f84d3f28c14231ee8dda7876295e48e (patch) | |
tree | e11001ae1228054657ec475add06f1278d7a900a /meta-offline-voice-agent/recipes-python/python3-wavio | |
parent | fe8c4a516b3bff5f531caebd43c1f1ac137b9959 (diff) |
Rework and update offline voice agent
This brings the voice agent to the state shown at AMM and EW.
Change-Id: I31ac4adc874a206e6e598ba116523ecc7eb99fc9
Signed-off-by: amanarora_09 <aman.arora9848@gmail.com>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-wavio')
-rw-r--r-- | meta-offline-voice-agent/recipes-python/python3-wavio/python3-wavio_0.0.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-wavio/python3-wavio_0.0.4.bb b/meta-offline-voice-agent/recipes-python/python3-wavio/python3-wavio_0.0.4.bb new file mode 100644 index 00000000..6fbb22c7 --- /dev/null +++ b/meta-offline-voice-agent/recipes-python/python3-wavio/python3-wavio_0.0.4.bb @@ -0,0 +1,19 @@ +SUMMARY = "A Python module for reading and writing WAV files using numpy arrays." +HOMEPAGE = "https://github.com/WarrenWeckesser/wavio" + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/README.rst;beginline=48;endline=48;md5=bc752f76db0a3e24c17afcc8dda3d553" +# License listed in README.rst at https://github.com/WarrenWeckesser/wavio + +SRC_URI = "git://github.com/WarrenWeckesser/wavio;protocol=https;branch=master" + +PV = "0.0.4+git${SRCPV}" +SRCREV = "54699acdde2cb4f68fbe3dc5847a74ab796662e1" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +DEPENDS += "python3-numpy" + +RDEPENDS:${PN} += "python3-audio python3-core python3-numpy" |