/slowed-and-reverbed

Web application that uses Fast Fourier Transforms to convolve audio signals with an impulse while simultaneously reducing the chunk rate thus creating a "slowed and reverbed" effect

Primary LanguagePython

Slowed and Reverbed

Slowed and Reverbed is a web application that uses Fast Fourier Transforms to apply a "slowed and reverbed" effect to music. Users can either upload their own music or download directly from Youtube. The reverb effect is generated using an algorithm built on top of Numpy & Scipy. The frontend is built using jQuery & Bootstrap and sends files to Flask backend using Ajax.