audio_core: Interpolate

This commit is contained in:
MerryMage
2018-08-12 19:32:39 +01:00
parent 56300f2928
commit 4b44b8b4fb
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