yuzu/src/audio_core
David Marcec 2534af040e Fixed missing return
Softlock explanation:
after effects are initialized in smo, nothing actually changes the state. It expects the state to always be initialized. With the previous testing, updating the states much like how we handle the memory pools continue to have the softlock(which is why I said it probably wasn't effects) after further examination it seems like effects need to be initialized but the state remains unchanged until further notice. For now, assertions are added for the aux buffers to see if they update, unable to check as I haven't gotten smo to actually update them yet.
2018-10-07 14:19:55 +11:00
..
algorithm Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
audio_out.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
audio_out.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
audio_renderer.cpp Fixed missing return 2018-10-07 14:19:55 +11:00
audio_renderer.h Fixed smo softlock 2018-10-07 14:14:09 +11:00
buffer.h audio_core: Use s16 where possible for audio samples. 2018-08-04 18:22:58 -04:00
CMakeLists.txt audio_core: Add audio stretcher 2018-09-08 18:56:38 +01:00
codec.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
codec.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
cubeb_sink.cpp Merge pull request #1321 from lioncash/audio-shadow 2018-09-17 12:26:29 -04:00
cubeb_sink.h audio_core: Sinks need unique names as well. 2018-08-04 14:34:12 -04:00
null_sink.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
sink.h audio_core: Sinks need unique names as well. 2018-08-04 14:34:12 -04:00
sink_details.cpp audio_core/sink_details: Change std::string parameter into std::string_view 2018-09-11 21:36:12 -04:00
sink_details.h audio_core/sink_details: Change std::string parameter into std::string_view 2018-09-11 21:36:12 -04:00
sink_stream.h audio_core: Flush stream when not playing anything 2018-09-12 18:09:14 +01:00
stream.cpp stream: Preserve enum class type in GetState() 2018-09-23 20:03:38 -04:00
stream.h stream: Preserve enum class type in GetState() 2018-09-23 20:03:38 -04:00
time_stretch.cpp Logging: Change the TimeStretch::Process log from debug to trace level. 2018-09-20 22:33:54 -05:00
time_stretch.h time_stretch: Remove unused <array> include 2018-09-17 15:08:34 -04:00