mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 16:17:58 -05:00
DSP: Implement audio filters (simple, biquad)
This commit is contained in:
@ -2,13 +2,16 @@ set(SRCS
|
||||
audio_core.cpp
|
||||
codec.cpp
|
||||
hle/dsp.cpp
|
||||
hle/filter.cpp
|
||||
hle/pipe.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
audio_core.h
|
||||
codec.h
|
||||
hle/common.h
|
||||
hle/dsp.h
|
||||
hle/filter.h
|
||||
hle/pipe.h
|
||||
sink.h
|
||||
)
|
||||
|
Reference in New Issue
Block a user