There was an error fetching the commit references. Please try again later.
Merge pull request #1033 from MerryMage/interp
audio_core: Interpolate
No related branches found
No related tags found
Showing
- src/audio_core/CMakeLists.txt 6 additions, 2 deletionssrc/audio_core/CMakeLists.txt
- src/audio_core/algorithm/filter.cpp 79 additions, 0 deletionssrc/audio_core/algorithm/filter.cpp
- src/audio_core/algorithm/filter.h 62 additions, 0 deletionssrc/audio_core/algorithm/filter.h
- src/audio_core/algorithm/interpolate.cpp 71 additions, 0 deletionssrc/audio_core/algorithm/interpolate.cpp
- src/audio_core/algorithm/interpolate.h 43 additions, 0 deletionssrc/audio_core/algorithm/interpolate.h
- src/audio_core/audio_renderer.cpp 4 additions, 1 deletionsrc/audio_core/audio_renderer.cpp
- src/audio_core/audio_renderer.h 2 additions, 0 deletionssrc/audio_core/audio_renderer.h
src/audio_core/algorithm/filter.cpp
0 → 100644
src/audio_core/algorithm/filter.h
0 → 100644
src/audio_core/algorithm/interpolate.cpp
0 → 100644
src/audio_core/algorithm/interpolate.h
0 → 100644
Please register or sign in to comment