142 Commits (4071f8fe3b5011983b7a135c0e97ec615c8111af)

Author SHA1 Message Date
David Marcec b5e55f275b Used revision 5 instead of 7, marked constexpr as static 6 years ago
David Marcec e4b4e60f49 Added frame_count for REV7 audio renderer 6 years ago
David Marcec 88565f46b6 Clang format 7 years ago
David Marcec a5e5b9e9c7 Addressed issues 7 years ago
David Marcec 00c7dc08de "AudioRenderer" thread should have a unique name 7 years ago
David Marcec 3b243f1b3e addressed issue 7 years ago
David Marcec 846440ab93 audren: Only manage wave buffers with a size 7 years ago
Fernando Sahmkow 16ee1b7006 Core_Timing: Make core_timing threadsafe by default. 7 years ago
David Marcec 9578a9a72d Cleanup 7 years ago
David Marcec 5f5f8c6341 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 7 years ago
Lioncash 97882b84a8 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash 7739479e15 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash 6ade1d0afd audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 7 years ago
Lioncash f4458c9da8 audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init 7 years ago
Lioncash 3567364c42 audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter 7 years ago
Lioncash cb2cfc87ad audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member 7 years ago
Lioncash 31f64510b9 audio_core/cubeb_sink: Add override specifier to destructor 7 years ago
Lioncash 762b1a20ca audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue 7 years ago
Lioncash df93da0615 audio_core/codec: Resolve truncation warnings within DecodeADPCM 7 years ago
Lioncash bce7a71232 audio_core/buffer: Make const and non-const getter for samples consistent 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
fearlessTobi ed00930999 dsp_interface: fix sound being played while volume is 0 7 years ago
Otávio Pace 9cff0d2ff8 audio_core: remove unnecessary spaces on comments 7 years ago
Lioncash f652c969a4 audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 7 years ago
Lioncash 1a69d0d290 audio_core: Make g_sink_details internally linked 7 years ago
heapo 4c83e5cd1e Avoid (expensive) audio interpolation when sample rates already match 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Lioncash 83ebfabca8 audio_core/audio_renderer: Fix typo in AuxInfo member name 7 years ago
Markus Wick 399d30b4bf microprofile: Drop ReleaseActiveBuffer scope. 7 years ago
fearlessTobi 0470bc90ce time_stretch: Switch to values of Citra 7 years ago
Weiyi Wang 8c7a40434a cubeb_sink: ignore null-name device when selecting 7 years ago
Lioncash 75ed1149fb time_stretch: Remove unused m_channel_count member variable 7 years ago
David Marcec 1b4319c85c EffectOutStatus padding is now in hex 7 years ago
David Marcec 5f33966902 Fixups for softlock 7 years ago
David Marcec a097860593 Fixed missing return 7 years ago
David Marcec f572064010 Fixed smo softlock 7 years ago
Lioncash 9254ec6fde stream: Preserve enum class type in GetState() 7 years ago
David Marcec 5d1edf66c1 Added audren:u#GetAudioRendererState 7 years ago
Subv 747e579d97 Logging: Change the TimeStretch::Process log from debug to trace level. 7 years ago
Lioncash e27a1af5f7 time_stretch: Remove unused <array> include 7 years ago
Lioncash 184f8e72b0 stream: Replace includes with forward declarations where applicable 7 years ago
Lioncash 01a14e4bdf audio_renderer: Replace includes with forward declarations where applicable 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 7c7c12f664 cubeb_sink: Get rid of variable shadowing within CubebSink's constructor 7 years ago
Lioncash 514f8f036c cubeb_sink: Correct context name in ListCubebSinkDevices() 7 years ago
Lioncash a51b67f163 audio_core/time_stretch: Silence truncation warnings in Process() 7 years ago
MerryMage 9ffbfeee26 audio_core: Flush stream when not playing anything 7 years ago
Lioncash 93e3030d0c audio_core/sink_details: Change std::string parameter into std::string_view 7 years ago
MerryMage 84b7a67ef1 cubeb_sink: Downsample arbitrary number of channels 7 years ago