libvoice-airoha: Enable VAD together with CNG based on comfort_noise config

This commit is contained in:
Grzegorz Sluja 2023-02-17 12:11:41 +01:00
parent 7355dcb205
commit 64d58681ea

View file

@ -16,7 +16,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git
PKG_SOURCE_VERSION:=62afbab23c5f5e6aaf8312443b4922cb11947f04
PKG_SOURCE_VERSION:=de92a77172ef64eed64b2a374d445482648de37d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif