Some quick code to utilise variable delay lines, creating Doppler shifted WAVs. Uni project.
Comments from main.cpp:
// // main.cpp - the main file for this program. // Variable Delay Line (VDL) Project // // Created by Alex Sedman on 12/01/2023. // // The purpose of this program is to provide a way to generate new mono, 16-bit, 20 second WAVs with the implementation of variable delays to create Doppler shift, using various-order interpolation techniques. It is a closed project, thus does not require as much debugging. // Furthermore, I've chosen to use a few shortcuts here - though having a lot of void functions and duplicate code is generally bad practice, considering that this code is a quick solution to produce various WAVs, the structure here will suffice. // v2.2 refactor
This project is now archived :)