Skip to main content

A module for Audio/Acoustic Activity Detection

Project description

https://travis-ci.org/amsehili/auditok.svg?branch=master Documentation Status

auditok is an Audio Activity Detection tool that can process online data (read from an audio device or from standard input) as well as audio files. It can be used as a command line program and offers an easy to use API.

The documentation of this version can be found at Readthedocs.

Requirements

auditok can be used with standard Python!

However, if you want more features, the following packages are needed:

  • Pydub : read audio files in popular audio formats (ogg, mp3, etc.) or extract audio from a video file.

  • PyAudio : read audio data from the microphone and play back detections.

  • matplotlib : plot audio signal and detections (see figures above).

  • numpy : required by matplotlib. Also used for math operations instead of standard python if available.

  • Optionally, you can use sox or [p]arecord for data acquisition and feed auditok using a pipe.

Installation

Install with pip:

sudo pip install auditok

or install the latest version on Github:

git clone https://github.com/amsehili/auditok.git
cd auditok
sudo python setup.py install

Getting started

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

auditok-0.1.7.tar.gz (1.9 MB view hashes)

Uploaded Source

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