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/adaptive-tone-control/README.md
2024-11-04 17:47:41 -08:00

25 lines
607 B
Markdown

## Background
Included here is a simple python script to analyze and an manipulate an audio signal by working with individual frequency bands. By implementing this method of tone control (adjusting the amplitudes of different bands), we can improve percieve sound quality as an audio engineer would with a raw sound sample.
## 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
```
## View Source
[main.py](./main.py)
## Reflections, Results, Analysis
TODO