mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
AudioCommon: Added Granular Synthesis
This commit is contained in:

committed by
Jordan Woyak

parent
e82f03b825
commit
f09ba10daa
@ -1,8 +1,6 @@
|
||||
add_library(audiocommon
|
||||
AudioCommon.cpp
|
||||
AudioCommon.h
|
||||
AudioStretcher.cpp
|
||||
AudioStretcher.h
|
||||
CubebStream.h
|
||||
Enums.h
|
||||
Mixer.cpp
|
||||
@ -90,7 +88,6 @@ PUBLIC
|
||||
common
|
||||
|
||||
PRIVATE
|
||||
SoundTouch
|
||||
FreeSurround)
|
||||
|
||||
if(ENABLE_CUBEB)
|
||||
|
Reference in New Issue
Block a user