1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add ovos-phal-plugin-respeaker-2mic package

This commit is contained in:
j1nx
2022-03-18 18:35:56 +01:00
parent f9fe4c6df1
commit c74ba730a5
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_PHAL_PLUGIN_RESPEAKER_2MIC
bool "python-ovos-phal-plugin-respeaker-2mic"
help
OVOS-PHAL ReSpeaker 2mic
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-respeaker-2mic

View File

@@ -0,0 +1 @@
sha256 c330ab24cb57fec00b4d3becd76dd930250f2149a1b006c195bd21912354c289 python-ovos-phal-plugin-respeaker-2mic-d8d2e2197b71332f8e6e88f6ccca8689ddd2ac8d.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal-plugin-respeaker-2mic
#
################################################################################
PYTHON_OVOS_PHAL_PLUGIN_RESPEAKER_2MIC_VERSION = d8d2e2197b71332f8e6e88f6ccca8689ddd2ac8d
PYTHON_OVOS_PHAL_PLUGIN_RESPEAKER_2MIC_SITE = $(call github,OpenVoiceOS,ovos-PHAL-plugin-respeaker-2mic,$(PYTHON_OVOS_PHAL_PLUGIN_RESPEAKER_2MIC_VERSION))
PYTHON_OVOS_PHAL_PLUGIN_RESPEAKER_2MIC_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_PLUGIN_RESPEAKER_2MIC_LICENSE_FILES = LICENSE
$(eval $(python-package))