diff options
| author | Maribel <MerryMage@users.noreply.github.com> | 2016-05-15 03:04:03 +0100 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-05-14 22:04:03 -0400 |
| commit | 6f6af6928fdff8c807e4a4d03cfd8906e0c7c7cd (patch) | |
| tree | c857bb669cb13a0358ec6f5bee504963254534c6 /src/audio_core/CMakeLists.txt | |
| parent | d299f7ed2808cb5be16cc7def68cbbba2388af65 (diff) | |
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
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index 13b5e400e..eba0a5697 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -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) |
