Swapped FFDShow's DPL2 decoder by FreeSurround

Added class in AudioCommon for the surround decoder
This commit is contained in:
LAGonauta
2017-08-09 16:57:26 -03:00
parent 7b9375875c
commit df631f0d75
7 changed files with 157 additions and 14 deletions

View File

@ -5,6 +5,7 @@ add_library(audiocommon
CubebUtils.cpp
DPL2Decoder.cpp
Mixer.cpp
SurroundDecoder.cpp
NullSoundStream.cpp
WaveFile.cpp
)
@ -69,4 +70,4 @@ if(WIN32)
endif()
endif()
target_link_libraries(audiocommon PRIVATE cubeb SoundTouch)
target_link_libraries(audiocommon PRIVATE cubeb SoundTouch FreeSurround)