citra-emu
/
citra
Archived
1
0
Fork 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/src/audio_core
Steveice10 45ef11654a
audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081)
2023-10-24 17:22:10 -07:00
..
hle dsp_dsp.cpp: fix registering Interrupt handler on loading savestates (#7055) 2023-10-10 12:52:57 -07:00
lle AudioCore: Refactor DSP interrupt handling (#7026) 2023-10-04 15:44:59 +02:00
CMakeLists.txt externals: Add option to use system SoundTouch (#6971) 2023-09-16 14:46:32 -07:00
audio_types.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
codec.cpp codec: Make lookup table static constexpr (#5572) 2020-12-07 16:05:45 +01:00
codec.h codec: Make lookup table static constexpr (#5572) 2020-12-07 16:05:45 +01:00
cubeb_input.cpp audio_core: Clean up cubeb backend. (#6677) 2023-07-11 21:43:07 -07:00
cubeb_input.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
cubeb_sink.cpp audio_core: Clean up cubeb backend. (#6677) 2023-07-11 21:43:07 -07:00
cubeb_sink.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
dsp_interface.cpp audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081) 2023-10-24 17:22:10 -07:00
dsp_interface.h AudioCore: Refactor DSP interrupt handling (#7026) 2023-10-04 15:44:59 +02:00
input.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
input_details.cpp audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
input_details.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
interpolate.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
interpolate.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
null_input.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
null_sink.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
openal_input.cpp audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
openal_input.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
openal_sink.cpp audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
openal_sink.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
sdl2_sink.cpp sdl2_sink: remove SDL_AUDIO_ALLOW_FREQUENCY_CHANGE flag 2021-04-29 20:59:41 -03:00
sdl2_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink_details.cpp audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
sink_details.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
static_input.cpp audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
static_input.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
time_stretch.cpp audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081) 2023-10-24 17:22:10 -07:00
time_stretch.h audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081) 2023-10-24 17:22:10 -07:00