7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "f1bed2fb25b63fb7b1a55d64090c993c9c9167b28485ae0bcdd81cf6ede96aea";
17 # required WAV files for testing are not included in the tarball
21 description = "Interface to the Google WebRTC Voice Activity Detector (VAD)";
22 homepage = "https://github.com/wiseman/py-webrtcvad";
23 license = with lib.licenses; [ mit ];
24 maintainers = with lib.maintainers; [ prusnak ];