Welcome to AviaNZ, an open-source project for manual and automatic analysis of bio-acoustic recordings.
This software enables you to:
For more information about the project, see http://www.avianz.net
If you use this software, please credit us in any papers that you write. An appropriate reference is:
@article{Marsland19,
title = "AviaNZ: A future-proofed program for annotation and recognition of animal sounds in long-time field recordings",
author = "{Marsland}, Stephen and {Priyadarshani}, Nirosha and {Juodakis}, Julius and {Castro}, Isabel",
journal = "Methods in Ecology and Evolution",
volume = 10,
number = 8,
pages = "1189--1195",
year = 2019
}
Windows binaries are available at http://www.avianz.net. To install from source, follow the Linux instructions.
An installer script is available at http://www.avianz.net. To install from source, follow the Linux instructions.
No binaries are available. Install from the source as follows:
unzip v2.0.zip
) and navigate to the extracted directory.sudo apt-get install python3.6
sudo apt-get install python3-pip
sudo apt-get install git
pip3 install -r requirements.txt --user
at the command line. (On Ubuntu and some other systems, python
and pip
refer to the Python 2 versions. If you are sure these refer to version 3 of the language, use python
and pip
in steps 4-6.) cd ext; python3 setup.py build_ext -i; cd..
python3 AviaNZ.py
AviaNZ is based on PyQtGraph and PyQt, and uses Librosa and Scikit-learn amongst others.
Development of this software was supported by the RSNZ Marsden Fund, and the NZ Department of Conservation.