142 Commits (dc9961f341be64dcbc13097d4eb7b95db45f9fb9)

Author SHA1 Message Date
David Marcec e9d19add7d Used revision 5 instead of 7, marked constexpr as static 6 years ago
David Marcec b54cdeb284 Added frame_count for REV7 audio renderer 6 years ago
David Marcec ea5602b959 Clang format 7 years ago
David Marcec 31fe859fe5 Addressed issues 7 years ago
David Marcec 73b37886c1 "AudioRenderer" thread should have a unique name 7 years ago
David Marcec e3d000a7e6 addressed issue 7 years ago
David Marcec b82b5e46e7 audren: Only manage wave buffers with a size 7 years ago
Fernando Sahmkow 90792cdb6e Core_Timing: Make core_timing threadsafe by default. 7 years ago
David Marcec 5fb6781c61 Cleanup 7 years ago
David Marcec 335127af69 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 7 years ago
Lioncash 42f5fd0ab3 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash 4a4e87e971 audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 7 years ago
Lioncash 1068c1b06f audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init 7 years ago
Lioncash 0e1b5acc6a audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter 7 years ago
Lioncash 04d7b7e09d audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member 7 years ago
Lioncash 8250f9bb1c audio_core/cubeb_sink: Add override specifier to destructor 7 years ago
Lioncash 7cdeec20ec audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue 7 years ago
Lioncash a12f4efa2f audio_core/codec: Resolve truncation warnings within DecodeADPCM 7 years ago
Lioncash b009bda67a audio_core/buffer: Make const and non-const getter for samples consistent 7 years ago
Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
fearlessTobi 7185d90a53 dsp_interface: fix sound being played while volume is 0 7 years ago
Otávio Pace 215ca770df audio_core: remove unnecessary spaces on comments 7 years ago
Lioncash a73c7c73eb audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 7 years ago
Lioncash 6beb823f15 audio_core: Make g_sink_details internally linked 7 years ago
heapo 117b1f3ec1 Avoid (expensive) audio interpolation when sample rates already match 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Lioncash 81a39181b0 audio_core/audio_renderer: Fix typo in AuxInfo member name 7 years ago
Markus Wick 2ba4d878e5 microprofile: Drop ReleaseActiveBuffer scope. 7 years ago
fearlessTobi 655694253a time_stretch: Switch to values of Citra 7 years ago
Weiyi Wang 12c365b549 cubeb_sink: ignore null-name device when selecting 7 years ago
Lioncash 6d27614994
time_stretch: Remove unused m_channel_count member variable 7 years ago
David Marcec a47c1c77e6 EffectOutStatus padding is now in hex 7 years ago
David Marcec ceef334c1c Fixups for softlock 7 years ago
David Marcec 2534af040e Fixed missing return 7 years ago
David Marcec 2de52e3af6 Fixed smo softlock 7 years ago
Lioncash 2f6a611311 stream: Preserve enum class type in GetState() 7 years ago
David Marcec c461188f51 Added audren:u#GetAudioRendererState 7 years ago
Subv 8ba21e28cf Logging: Change the TimeStretch::Process log from debug to trace level. 7 years ago
Lioncash f7308a6c25 time_stretch: Remove unused <array> include 7 years ago
Lioncash 2fd124bc93 stream: Replace includes with forward declarations where applicable 7 years ago
Lioncash 1adbcd54fe audio_renderer: Replace includes with forward declarations where applicable 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash fc669a97d4 cubeb_sink: Get rid of variable shadowing within CubebSink's constructor 7 years ago
Lioncash b5218d9986 cubeb_sink: Correct context name in ListCubebSinkDevices() 7 years ago
Lioncash 9969a5db1e audio_core/time_stretch: Silence truncation warnings in Process() 7 years ago
MerryMage 957ddab679 audio_core: Flush stream when not playing anything 7 years ago
Lioncash bad035e9a3 audio_core/sink_details: Change std::string parameter into std::string_view 7 years ago
MerryMage 55af5bda55 cubeb_sink: Downsample arbitrary number of channels 7 years ago