项目作者: GuitarmonYz

项目描述 :
C++ implementation of audio dsps from MUSI6106 audio software engineering
高级语言: C++
项目地址: git://github.com/GuitarmonYz/AudioSoftwareEngineeringHW.git
创建时间: 2018-01-21T22:42:03Z
项目社区:https://github.com/GuitarmonYz/AudioSoftwareEngineeringHW

开源协议:

下载


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