AudioCore: Implement time stretcher (#1737)

* AudioCore: Implement time stretcher

* fixup! AudioCore: Implement time stretcher

* fixup! fixup! AudioCore: Implement time stretcher

* fixup! fixup! fixup! AudioCore: Implement time stretcher

* fixup! fixup! fixup! fixup! AudioCore: Implement time stretcher

* fixup! fixup! fixup! fixup! fixup! AudioCore: Implement time stretcher
This commit is contained in:
Maribel
2016-05-15 03:04:03 +01:00
committed by bunnei
parent d299f7ed28
commit 6f6af6928f
4 changed files with 219 additions and 0 deletions

View File

@ -7,6 +7,7 @@ set(SRCS
hle/source.cpp
interpolate.cpp
sink_details.cpp
time_stretch.cpp
)
set(HEADERS
@ -21,6 +22,7 @@ set(HEADERS
null_sink.h
sink.h
sink_details.h
time_stretch.h
)
include_directories(../../externals/soundtouch/include)