audio_core: Port codec code from Citra for ADPCM decoding.
This commit is contained in:
parent
950de5fd73
commit
7688b83a1c
5 changed files with 126 additions and 11 deletions
|
@ -4,6 +4,8 @@ add_library(audio_core STATIC
|
|||
buffer.h
|
||||
cubeb_sink.cpp
|
||||
cubeb_sink.h
|
||||
codec.cpp
|
||||
codec.h
|
||||
null_sink.h
|
||||
stream.cpp
|
||||
stream.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue