Jupyter Notebook / Python
Wah Pedal Simulation
A wah pedal program coded in Jupyter Notebook using Python at New York University in May 2023. The program utilizes the libraries: numpy, scipy.signal, IPython.display, and librosa.
5.0 To Stereo Converter
A 5.0 to stereo converter coded in Jupyter Notebook using Python at New York University in March 2023. The program utilizes the libraries: numpy, scipy.signal, and librosa.
Convolution and Reverse
A Python program coded in Jupyter Notebook at New York University in December 2022. It chains a convolution effect and a reverse effect after the audio, and tests how the audio is changed after the effects. The program utilizes the libraries: numpy, matplotlib.pyplot, IPython.display, and librosa.