An audio/acoustic activity detection and audio segmentation tool
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 latest version of this documentation 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 of 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 parecord for data acquisition and feed auditok using a pipe.
Installation
Check out the latest release 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.4.tar.gz
.
File metadata
- Download URL: auditok-0.1.4.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 210a86925561c55f618dd1d2221dc8c6d58344bfc31d8337e27bcbc41b277cfc |
|
MD5 | 7452470db1c3c2a115ae93a48f1746e9 |
|
BLAKE2b-256 | 7c0a35a837459722feb8762b57eee0c09d798adf8051238310ead0020a2419fd |