This project implements basic digital signal processing using the Pathway library. It is designed to be run from the command line, allowing users to process audio files for dynamic compression and other DSP techniques.
If you're reading this after reading the blog, the code has been refactored to make it feasible to run through a CLI.
- Git CLI
- Python 3.8 or higher
- An audio file to process
- Clone the repo into your local storage
$ git clone https://github.com/alt-shreya/pathway.git
- Install the requirements file
$ pip install -r requirements.txt
- Run this file using the terminal
$ python main.py <YOUR_AUDIO_FILE_PATH>
The path to your audio file is indicated on your CLI.
For support, feel free to open an issue in this GitHub repository and mention @alt-shreya.
Contributions welcome!
I'm currently working on defining guidelines. In the meantime, the GitHub Contribution guidelines, provide a solid foundation for best practices in contributing to projects.