| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -1/+1 |
* | hle: service: Acquire and release a lock on requests. | bunnei | 2020-12-29 | 1 | -8/+5 |
* | Merge pull request #5000 from lioncash/audio-error | bunnei | 2020-12-03 | 1 | -3/+3 |
|\ |
|
| * | audio_core: Make shadowing and unused parameters errors | Lioncash | 2020-12-03 | 1 | -3/+3 |
* | | audio_core: Remove temp_mix_buffer | Chloe Marcec | 2020-11-28 | 1 | -2/+1 |
|/ |
|
* | Addressed changes | Chloe Marcec | 2020-11-17 | 1 | -2/+2 |
* | audren: Make use of nodiscard, rework downmixing, release all buffers | Chloe Marcec | 2020-11-17 | 1 | -25/+85 |
* | Revert "core: Fix clang build" | bunnei | 2020-10-21 | 1 | -2/+2 |
* | core: Fix clang build | Lioncash | 2020-10-18 | 1 | -2/+2 |
* | audio_core: Remove unnecessary inclusions | Lioncash | 2020-09-25 | 1 | -4/+1 |
* | Preliminary effects | David Marcec | 2020-08-16 | 1 | -4/+5 |
* | Fix stream channel count when outputting to stereo | David Marcec | 2020-07-25 | 1 | -1/+1 |
* | Queue extra mix buffer | David Marcec | 2020-07-25 | 1 | -0/+1 |
* | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec | 2020-07-25 | 1 | -372/+169 |
* | audren: Implement RendererInfo | David Marcec | 2020-06-13 | 1 | -3/+16 |
* | fix logic error & scale sample volume based on voice volume | David Marcec | 2020-05-11 | 1 | -7/+9 |
* | pass by const ref instead | David Marcec | 2020-05-11 | 1 | -8/+7 |
* | audio_renderer: Better voice mixing and 6 channel downmixing | David Marcec | 2020-05-11 | 1 | -11/+85 |
* | audio_renderer: Preliminary BehaviorInfo (#3736) | David | 2020-04-21 | 1 | -10/+22 |
* | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 1 | -7/+8 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -8/+9 |
* | core: Prepare various classes for memory read/write migration | Lioncash | 2019-11-27 | 1 | -11/+13 |
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 1 | -1/+1 |
* | Used revision 5 instead of 7, marked constexpr as static | David Marcec | 2019-09-21 | 1 | -2/+2 |
* | Added frame_count for REV7 audio renderer | David Marcec | 2019-09-20 | 1 | -0/+10 |
* | Clang format | David Marcec | 2019-07-12 | 1 | -1/+2 |
* | Addressed issues | David Marcec | 2019-07-12 | 1 | -1/+1 |
* | "AudioRenderer" thread should have a unique name | David Marcec | 2019-07-12 | 1 | -2/+3 |
* | addressed issue | David Marcec | 2019-07-08 | 1 | -1/+1 |
* | audren: Only manage wave buffers with a size | David Marcec | 2019-07-01 | 1 | -3/+5 |
* | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -3/+4 |
* | audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG | Lioncash | 2018-12-28 | 1 | -4/+2 |
* | Avoid (expensive) audio interpolation when sample rates already match | heapo | 2018-12-06 | 1 | -2/+5 |
* | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 1 | -2/+2 |
* | Fixups for softlock | David Marcec | 2018-10-07 | 1 | -5/+6 |
* | Fixed missing return | David Marcec | 2018-10-07 | 1 | -1/+1 |
* | Fixed smo softlock | David Marcec | 2018-10-07 | 1 | -13/+71 |
* | stream: Preserve enum class type in GetState() | Lioncash | 2018-09-24 | 1 | -1/+1 |
* | Added audren:u#GetAudioRendererState | David Marcec | 2018-09-23 | 1 | -0/+4 |
* | audio_renderer: Replace includes with forward declarations where applicable | Lioncash | 2018-09-17 | 1 | -0/+40 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -12/+12 |
* | audio_renderer: Rename AudioOut instance to audio_out | MerryMage | 2018-09-08 | 1 | -6/+6 |
* | audio_renderer: samples_remaining counts frames, not samples | MerryMage | 2018-08-13 | 1 | -1/+1 |
* | audio_core: Interpolate | MerryMage | 2018-08-13 | 1 | -0/+3 |
* | Pushed the requested sample rate instead of our fixed sample rate | David Marcec | 2018-08-12 | 1 | -1/+1 |
* | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount | David Marcec | 2018-08-12 | 1 | -0/+12 |
* | audio_core: Implement audren_u audio playback. | bunnei | 2018-08-05 | 1 | -0/+234 |