Package to calculate Voice Onset Latency
Project description
(V)oice (O)nset (T)ime
This package was made to easily compute voice onset time without any specialty equipment. All that's needed is a computer and a microphone!
Getting Started
pip install pyaudio ---> Required
pip install votpy
import votpy
# Create Detector variable
det = Detector()
# Make sure microphone is picking up a viable signal
det.test_mic()
# Record a single voice onset; print to csv
det.record_vol(timout = 5)
det.to_csv("file.csv")
Inspired by sebastiaan and Primusa
On Windows and can't install pyaudio? Try the below code:
pip install pipwinpipwin install pyaudio
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
votpy-0.0.2.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
votpy-0.0.2-py3-none-any.whl
(5.1 kB
view details)
File details
Details for the file votpy-0.0.2.tar.gz.
File metadata
- Download URL: votpy-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.20.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f3560c0bcd805a7ebe5bfc173d31e4af5728e525af6ad2b5fd8fd99533b50f2
|
|
| MD5 |
fae8046db41c50711e6ef9070bb97c7a
|
|
| BLAKE2b-256 |
dae924f3bb05417eb257f82383b3ce27bfb3952722bb10096435d0270d945c14
|
File details
Details for the file votpy-0.0.2-py3-none-any.whl.
File metadata
- Download URL: votpy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.20.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad2a2b84d482f0b664636e3f52727cb15a0aa10d39ac1bf1a9c919825504a5fe
|
|
| MD5 |
f7f5e4a29087632f45d34d806d270880
|
|
| BLAKE2b-256 |
56f90716236fb325ed37c79ea87b30ec250c339b726260f624e95c31ae5def56
|