Skip to content

Explore basic digital signal processing with Pathway in this easy-to-use CLI tool.

Notifications You must be signed in to change notification settings

alt-shreya/dsp_pathway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic DSP with Pathway

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.

Prerequisites

  • Git CLI
  • Python 3.8 or higher
  • An audio file to process

Setup Instructions

  1. Clone the repo into your local storage
$ git clone https://github.com/alt-shreya/pathway.git
  1. Install the requirements file
$ pip install -r requirements.txt
  1. Run this file using the terminal
$ python main.py <YOUR_AUDIO_FILE_PATH>

The path to your audio file is indicated on your CLI.

Support and Troubleshooting

For support, feel free to open an issue in this GitHub repository and mention @alt-shreya.

Contributing

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.

About

Explore basic digital signal processing with Pathway in this easy-to-use CLI tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages