Skip to main content

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 pipwin
  • pipwin install pyaudio

Project details


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 hashes)

Uploaded Source

Built Distribution

votpy-0.0.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page