/AudioSoftwareEngineeringHW

C++ implementation of audio dsps from MUSI6106 audio software engineering

Primary LanguageC++

AudioSoftwareEngineeringHW

C++ implementation of audio dsps from MUSI6106 audio software engineering

HW0: read and write audio files with provided audio IO interface

HW1: implementing a ring buffer given designed structure

HW2: implementing a comb filter given designed structure, with FIR and IIR

HW3: implementing vibrato effect, with self designed interface and LFO class

HW4: implementing vibrato plugin using JUCE and API developed in HW3

HW5: implementing PPM API and integrate to a juce plug-in