pymicro-vad 2.0.1-1
Package Information
| Description | Voice activity detection for 16 kHz PCM audio This library provides a voice activity detector that estimates whether speech is present in short chunks of audio. It is intended for 16-bit mono PCM sampled at 16 kHz and processes audio in 10 ms frames. For each frame it returns a speech probability score, and can also indicate when additional audio is required before a decision can be produced. The detector includes a small audio front-end that performs the signal processing needed to derive features from raw PCM, and then applies a compact machine-learning model to score speech activity. It is designed to be embedded into applications that need consistent, frame-by-frame speech detection from microphone or other PCM audio sources. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/homeassistant-team/deps/pymicro-vad.git (browse) |
| Closes | #1130026 |
| Tracker | https://tracker.debian.org/pkg/pymicro-vad |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Version | 2.0.1-1 |
|---|---|
| Changed-By | Edward Betts |
| Architecture | amd64 source |
| Distribution | unstable |
| Date | Sat, 07 Mar 2026 16:25:57 +0000 |
| Source | pymicro-vad |
Changelog
pymicro-vad (2.0.1-1) unstable; urgency=medium . * Initial release. (Closes: #1130026)
.dsc
| Package-List | python3-pymicro-vad deb python optional arch=any |
|---|---|
| Section | python |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pymicro-vad
Upstream-Contact: Michael Hansen <mike@rhasspy.org>
Source: https://github.com/rhasspy/pymicro-vad
Files: *
Copyright: 2024-2025 Michael Hansen <mike@rhasspy.org>
License: Apache-2.0
Files: micro_vad/kissfft/*
Copyright: 2003-2010 Mark Borgerding
License: BSD-3-clause
Files: micro_vad/tensorflow/lite/experimental/microfrontend/*
Copyright: 2018-2019 The TensorFlow Authors
License: Apache-2.0
Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: Apache-2.0
License: Apache-2.0
On Debian systems, the complete text of the Apache License Version 2.0
can be found in "/usr/share/common-licenses/Apache-2.0".
License: BSD-3-clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the
distribution.
* Neither the author nor the names of any contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.