Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 356 Bytes

Sonification

output data as sound

Pull water quality data from API to play as sound

Setup

  • python -m venv venv
  • (Windows) .\venv\Scripts\activate
  • (Linux or Mac) source .\venv\bin\activate
  • pip install -r .\requirements.txt
  • python setup.py install

Run

  • python tests.py

output files can be found in midi folder

Modify