18 lines
252 B
Markdown
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 |