1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/audio_core/hle
2023-06-17 02:06:18 +03:00
..
adts_reader.cpp audio_core: Implement Apple AudioToolbox AAC decoder. (#6510) 2023-05-09 16:35:49 -07:00
adts.h audio_core: Implement Apple AudioToolbox AAC decoder. (#6510) 2023-05-09 16:35:49 -07:00
audiotoolbox_decoder.cpp audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
audiotoolbox_decoder.h audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
common.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
decoder.cpp audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
decoder.h audio_core\hle\decoder.h: Minor correction in docs 2023-05-29 08:16:05 +05:30
fdk_decoder.cpp Dynamically load FFmpeg and libfdk-aac if available. (#6570) 2023-06-17 02:06:18 +03:00
fdk_decoder.h audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
ffmpeg_decoder.cpp Dynamically load FFmpeg and libfdk-aac if available. (#6570) 2023-06-17 02:06:18 +03:00
ffmpeg_decoder.h audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
filter.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
filter.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
hle.cpp Dynamically load FFmpeg and libfdk-aac if available. (#6570) 2023-06-17 02:06:18 +03:00
hle.h audiocore/{hle, lle}: remove dependence on static core timing 2023-05-20 21:27:22 +05:30
mediandk_decoder.cpp audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
mediandk_decoder.h audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
mixers.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
mixers.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
pipe.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
shared_memory.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
source.cpp android: audio_core: Remove noisy log. 2021-09-29 22:51:11 +05:30
source.h Initial implementation of partial_embedded_buffer_dirty handling (#5548) 2020-11-17 17:31:05 -05:00
wmf_decoder_utils.cpp Actually return true if InitMFDLL succeeded (#5470) 2020-07-23 00:46:10 -04:00
wmf_decoder_utils.h Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
wmf_decoder.cpp audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30
wmf_decoder.h audio_core/hle: Refactor Binary Pipe data structures 2023-05-25 20:23:19 +05:30