DSP: Implement audio codecs (PCM8, PCM16, ADPCM)

This commit is contained in:
MerryMage
2016-03-24 00:12:54 +00:00
parent b83e95727f
commit efd1c3f8c3
3 changed files with 174 additions and 0 deletions

View File

@ -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