A module for Audio/Acoustic Activity Detection
Project description
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
File details
Details for the file auditok-0.1.7.tar.gz
.
File metadata
- Download URL: auditok-0.1.7.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efa3b25f503b3b88fa51004665dfc2a9490bcef30858beacfb1c6ea5bdc2c7b0 |
|
MD5 | 5c6ef11adf55649289fa1221ac022f43 |
|
BLAKE2b-256 | c766d83f60618779a2da9df9d5f44ec1d52e2f612118b9050246cb7c86cd3722 |