Vaporwave It

Image of software project

This project was the winning entry for a code jam hosted by Python Simplified and sponsored by Apify.

I created the audio_processing Python module for this project which applies real-time DSP to an audio stream. The idea was to give the user the ability to apply filters to their audio stream and hear the results immediately.

The module uses Numpy for some of the complex mathematics needed for the DSP processing, and everything else is created from scratch in Python. Although Python is not the optimal language for this sort of task, I was able to create a lot of functionality in the module. Using Numpy was very important because it is implemented with C, which allows it to do convolution calculations fast enough for real-time DSP.

In order to create this project I relied heavily on info from The Scientist and Engineer’s Guide to Digital Signal Processing, which you can read for free here, and I highly recommend it if you are interested in this topic.

Apify wrote an article about our team and the project, which you can read here.

Read Next

Cover Image

Common Nonsense

Common Nonsense is a midwest-emo band from west Michigan. This website provides a place for them to showcase their music and a blog for them to tell their story and produce content on a platform that …

view more
Cover Image

SS Web Services

This site was created to help showcase the work of SS Web Services and reach new clients. It’s designed to be performant and easy to maintain. I created the design for the site from scratch and …

view more