audio_core: Interpolate

This commit is contained in:
MerryMage 2018-08-12 19:32:39 +01:00
parent fea4df74c2
commit 0525998743
5 changed files with 121 additions and 0 deletions

View file

@ -1,6 +1,8 @@
add_library(audio_core STATIC
algorithm/filter.cpp
algorithm/filter.h
algorithm/interpolate.cpp
algorithm/interpolate.h
audio_out.cpp
audio_out.h
audio_renderer.cpp