Bird Vox False-Color Spectrograms
Project description
birdvoxpaint
False-color spectrograms for long-duration bioacoustic monitoring
Installation
BirdVoxPaint is hosted on PyPI. To install, run the following command in your Python environment:
$ pip install birdvoxpaint
To install the latest version from source clone the repository and, from the top-level birdvoxpaint
folder, call:
$ python setup.py install
Usage
To analyze a WAV file at location wav_path
:
import birdvoxpaint as bvp
X = bvp.transform(
wav_path,
indices=[
bvp.acoustic_complexity_index,
bvp.entropy_based_concentration,
bvp.acoustic_event_count,
],
)
bvp.rgbshow(X)
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
birdvoxpaint-0.2.0.tar.gz
(5.0 kB
view details)
File details
Details for the file birdvoxpaint-0.2.0.tar.gz
.
File metadata
- Download URL: birdvoxpaint-0.2.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e05ea049092bb45bd77b6293397d3ddcb62b172ee974d5e642031e35e861fc4 |
|
MD5 | 082d8005cf2ccb8b7c3bb119543bbc6f |
|
BLAKE2b-256 | 6df8460e27869c285454ff1e2a91f4d2c53e4063b78c05d0984a7ed9574a1c53 |