This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
computers-sound-music-portf.../code/clipped/README.md
2024-10-13 15:40:51 -07:00

18 lines
252 B
Markdown

## Background
## Setup
Potential libraries needed for debian-based gnu+linux
```
sudo apt-get install libportaudio2
```
Install python libraries
```
pip install -r requirnments.txt
```
## Run
```
python3 main.py
```
## Reflections, Results, Analysis