summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-02 13:56:38 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-04 11:00:43 +0100
commite5b2c809d23df659da6705f01d920b984d88558f (patch)
tree1368cc1cf9bd5aab7957a0419cc59071c74d1618 /gnu/packages/python-web.scm
parentdb6df56704779d95bfddf4b824523b2929a4a1cf (diff)
gnu: Add python-webrtcvad-wheels.
* gnu/packages/python-xyz.scm (python-webrtcvad-wheels): New variable. Change-Id: I93adee22e1c6236aba5916548c288c088677e4c5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2ab51bfe4a2..d2cc3369975 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5061,6 +5061,28 @@ sanitizer Rust crate.")
"This package provides an implementation of Noise Protocol Framework.")
(license license:expat)))
+(define-public python-webrtcvad-wheels
+ (package
+ (name "python-webrtcvad-wheels")
+ (version "2.0.14")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/daanzu/py-webrtcvad-wheels")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sqgg8jmg2j14f4h96h0rs42kr460v65lhanps6lhdvj5zp81cbh"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-psutil python-pytest python-setuptools-next))
+ (home-page "https://github.com/daanzu/py-webrtcvad-wheels")
+ (synopsis "Python interface to the WebRTC Voice Activity Detector (VAD)")
+ (description
+ "This package provides a Python interface to the Google
+@url{https://webrtc.org/, WebRTC} @acronym{VAD, Voice Activity Detector}.")
+ (license license:expat)))
+
(define-public python-websocket-client
(package
(name "python-websocket-client")