mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 10:15:45 +00:00
DSP: Implement audio filters (simple, biquad)
This commit is contained in:
parent
f9d22fe9b5
commit
66ae4cddb5
5 changed files with 275 additions and 7 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue