PORTNAME=	webrtcvad
DISTVERSION=	2.0.10
PORTREVISION=	1
CATEGORIES=	audio python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Interface to the Google WebRTC Voice Activity Detector (VAD)
WWW=		https://github.com/wiseman/py-webrtcvad

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		compiler:c11 python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
