46 Commits (7d77a3f88f7a1e68d9846ca7c69cce051d1a33d2)

Author SHA1 Message Date
bunnei 7d77a3f88f hle: service: Acquire and release a lock on requests. 5 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
Chloe Marcec d7019d8307 audio_core: Remove temp_mix_buffer 5 years ago
Chloe Marcec 908d3c5679 Addressed changes 5 years ago
Chloe Marcec 9a4beac95a audren: Make use of nodiscard, rework downmixing, release all buffers 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash 966966dc02 audio_core: Remove unnecessary inclusions 5 years ago
David Marcec 80ac1331b5 Preliminary effects 5 years ago
David Marcec f4eb7dceaf Fix stream channel count when outputting to stereo 5 years ago
David Marcec 8a497adf85 Queue extra mix buffer 6 years ago
David Marcec 380658c21d audio_core: Apollo Part 1, AudioRenderer refactor 6 years ago
David Marcec 42250427c5 audren: Implement RendererInfo 6 years ago
David Marcec 16c0373adc fix logic error & scale sample volume based on voice volume 6 years ago
David Marcec c4e7ec7a99 pass by const ref instead 6 years ago
David Marcec 9de860a419 audio_renderer: Better voice mixing and 6 channel downmixing 6 years ago
David 11c63ca969
audio_renderer: Preliminary BehaviorInfo (#3736) 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
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
Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
Lioncash a73c7c73eb audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 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
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
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
MerryMage a76f0d5d06 audio_renderer: Rename AudioOut instance to audio_out 7 years ago
MerryMage 01d199965a audio_renderer: samples_remaining counts frames, not samples 7 years ago
MerryMage 4b44b8b4fb audio_core: Interpolate 7 years ago
David Marcec 094f6003e0 Pushed the requested sample rate instead of our fixed sample rate 7 years ago
David Marcec e5ee0afe6f Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 7 years ago
bunnei b46df98e93 audio_core: Implement audren_u audio playback. 7 years ago