'py-webrtcvad wrapper for trimming speech clips'
Project description
py-webrtcvad wrapper for trimming speech clips
Requirement
numpy, librosa and py-webrtcvad.
Installation
via pip
$ pip install pyvad
or
from github repository
$ pip install git+https://github.com/F-Tag/python-vad.git
Usage
from pyvad import vad
vact = vad(speech_data, speech_data_fs)
Example
Please see example.ipynb
jupyter notebook.
License
MIT License (see LICENSE
file).
Announcement
The version 0.1.0 update break backward compatibility.
The changes are as follows:
- The
hoplength
argument has been changed tohop_length
. - The
trim
returns (start_index, end_index) (return_sec
argument is abolished). - Slightly changed the method of preprocessing a waveform in
vad
. - End of support for python 2.x.
You can see the new API in the example.ipynb
.
The previous version is 0.0.8.
$ pip install pyvad==0.0.8
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvad-0.2.0.tar.gz
(4.4 kB
view details)
Built Distribution
pyvad-0.2.0-py3-none-any.whl
(4.7 kB
view details)
File details
Details for the file pyvad-0.2.0.tar.gz
.
File metadata
- Download URL: pyvad-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.13 Linux/5.13.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7f365400550dad90a77aa6212a992c0bfe84bfe278a932550d69b97ab0b1970d
|
|
MD5 |
7c68eaf4b73d478f5e69aeef66eddbee
|
|
BLAKE2b-256 |
599a60784915c34e07956ee28d2d82d4ac529cf901925cb2f73af5cd644dc8a8
|
File details
Details for the file pyvad-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pyvad-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.13 Linux/5.13.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b803d5d715e5ca619ae5fc61a50244efa02f5c5a175e63cc611811d42dadf491
|
|
MD5 |
a41c0adf5fe6ae930a44896ffe43390c
|
|
BLAKE2b-256 |
d2ecf3fbb57d5edf20ae19fb13af5ccb2d86d573d0dd3158269977c8b920eda7
|