mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 06:28:50 +01:00
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
This commit is contained in:
parent
b83e95727f
commit
efd1c3f8c3
3 changed files with 174 additions and 0 deletions
|
|
@ -1,11 +1,13 @@
|
|||
set(SRCS
|
||||
audio_core.cpp
|
||||
codec.cpp
|
||||
hle/dsp.cpp
|
||||
hle/pipe.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
audio_core.h
|
||||
codec.h
|
||||
hle/dsp.h
|
||||
hle/pipe.h
|
||||
sink.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue