A code snippet, showing the chorus function.

This started out as a school assignment in signal processing, but ended up as a more ambitious endeavour that I continued to develop in my spare time. The Sound Processing Lab is a simple application developed by in Python, where the user can choose among different filters (distortion, chorus and delay) and process a WAV-file of their own choosing. Sound examples are available below. The application is available on GitHub.​​​​​​​

Clean audio.

Processed with the chorus filter.

Processed with the delay filter.

Processed with the distortion.

Back to Top