167 Commits (afa931cb3c271a394f75f0111bcdd0a3a29f20d2)

Author SHA1 Message Date
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 5 years ago
Lioncash 7decda6bc2 core_timing: Make use of uintptr_t to represent user_data 5 years ago
Lioncash 56054fe86d core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 9e113a2b67 core_timing: Make use of std::chrono with ScheduleEvent 6 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
David Marcec 73ca896cd6 Don't handle cycles late if stretcher is active 6 years ago
David Marcec f0685697da audio: Improving audio timing for multicore/single core 6 years ago
Fernando Sahmkow 78a23536d4 Audio: Correct buffer release for host timing. 6 years ago
Fernando Sahmkow 0fd333a248 AudioCore: Use nanoseconds instead of cycles for buffer time. 6 years ago
Kewlan 3fcf2f201c Add a "Mute Audio" hotkey 6 years ago
David Marcec eea2cabf83 audren: Implement RendererInfo 6 years ago
David Marcec 9f8eb0c39a fix logic error & scale sample volume based on voice volume 6 years ago
David Marcec 7965018e64 pass by const ref instead 6 years ago
David Marcec de00a5eb8c audio_renderer: Better voice mixing and 6 channel downmixing 6 years ago
David c95dd42b72 audio_renderer: Preliminary BehaviorInfo (#3736) 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
FearlessTobi c0ebdd00cc audio_core: Accept Audren REV8 6 years ago
FearlessTobi 3f2f75021e cubeb_sink: Don't discard other channels when performing downmixing 6 years ago
bunnei dc92c1b1ee audio_core: interpolate: Improvements to fix audio crackling. 6 years ago
bunnei 338e4b4d07 audio_core: interpolate: Fix include for climits (Linux build break). 6 years ago
FearlessTobi 30b4a50d29 audio_core: Switch to a faster interpolation technique 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
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