citra/src/audio_core
RoadrunnerWMC 3aff585f32 DSP: Add address mask for physical pointers to audio data buffers
Hardware testing indicated that FFFFFFFC is the correct mask for all audio formats (mono and stereo PCM8, mono and stereo PCM16, and ADPCM). This fixes broken audio in Luigi's Mansion: Dark Moon and a few other games.
2018-12-03 01:07:55 -07:00
..
hle DSP: Add address mask for physical pointers to audio data buffers 2018-12-03 01:07:55 -07:00
audio_types.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
CMakeLists.txt externals: Don't build cubeb with tests 2018-05-31 21:01:48 -05:00
codec.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
codec.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
cubeb_sink.cpp cubeb_sink: ignore null-name device when selecting 2018-10-26 09:17:44 -04:00
cubeb_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
dsp_interface.cpp cubeb_sink: Improve logging 2018-09-09 08:37:34 +01:00
dsp_interface.h time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00
interpolate.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
interpolate.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
null_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sdl2_sink.cpp audio_core: Simplify sink interface 2018-09-08 22:09:26 +01: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/sink_details: Change std::string parameter into std::string_view 2018-09-15 15:48:24 +02:00
sink_details.h audio_core/sink_details: Change std::string parameter into std::string_view 2018-09-15 15:48:24 +02:00
time_stretch.cpp Logging: Change the TimeStretch::Process log from debug to trace level. 2018-10-06 16:55:05 +02:00
time_stretch.h time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00