ACOio

IO tools for the Aloha Cabled Observaroty


License
MIT
Install
pip install ACOio==0.2.2

Documentation

ACOio

This is a library and toolset for audio analysis and visualization fit to the file formats and directory tree for aloha cabled observatory. This library supports operating on time-contextual audio files and joining tracks in memory for ease of analysis.

Install

$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip install ACOio

or

$ conda create -n ACO python=3.6
$ source activate ACO
$ conda install ACOio