From 8eb3ea414f84d3f28c14231ee8dda7876295e48e Mon Sep 17 00:00:00 2001 From: amanarora_09 Date: Tue, 28 Mar 2023 22:27:17 +0200 Subject: 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 Signed-off-by: Jan-Simon Moeller --- .../python3-wavio/python3-wavio_0.0.4.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-offline-voice-agent/recipes-python/python3-wavio/python3-wavio_0.0.4.bb (limited to 'meta-offline-voice-agent/recipes-python/python3-wavio/python3-wavio_0.0.4.bb') 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" -- cgit 1.2.3-korg