audio_core: Port codec code from Citra for ADPCM decoding.

This commit is contained in:
bunnei 2018-08-03 15:30:01 -04:00
parent 950de5fd73
commit 7688b83a1c
5 changed files with 126 additions and 11 deletions

View file

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