summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* audio_core: Preserve front channel volume after 6 to 2 downmixKelebek12021-07-081-19/+11
* Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek12021-07-011-67/+63
* Decouple audio processing and run at variable rateKelebek12021-06-271-75/+103
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* hle: service: Acquire and release a lock on requests.bunnei2020-12-291-8/+5
* Merge pull request #5000 from lioncash/audio-errorbunnei2020-12-031-3/+3
|\
| * audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-3/+3
* | audio_core: Remove temp_mix_bufferChloe Marcec2020-11-281-2/+1
|/
* Addressed changesChloe Marcec2020-11-171-2/+2
* audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec2020-11-171-25/+85
* Revert "core: Fix clang build"bunnei2020-10-211-2/+2
* core: Fix clang buildLioncash2020-10-181-2/+2
* audio_core: Remove unnecessary inclusionsLioncash2020-09-251-4/+1
* Preliminary effectsDavid Marcec2020-08-161-4/+5
* Fix stream channel count when outputting to stereoDavid Marcec2020-07-251-1/+1
* Queue extra mix bufferDavid Marcec2020-07-251-0/+1
* audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-372/+169
* audren: Implement RendererInfoDavid Marcec2020-06-131-3/+16
* fix logic error & scale sample volume based on voice volumeDavid Marcec2020-05-111-7/+9
* pass by const ref insteadDavid Marcec2020-05-111-8/+7
* audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec2020-05-111-11/+85
* audio_renderer: Preliminary BehaviorInfo (#3736)David2020-04-211-10/+22
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-7/+8
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-8/+9
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-11/+13
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* Used revision 5 instead of 7, marked constexpr as staticDavid Marcec2019-09-211-2/+2
* Added frame_count for REV7 audio rendererDavid Marcec2019-09-201-0/+10
* Clang formatDavid Marcec2019-07-121-1/+2
* Addressed issuesDavid Marcec2019-07-121-1/+1
* "AudioRenderer" thread should have a unique nameDavid Marcec2019-07-121-2/+3
* addressed issueDavid Marcec2019-07-081-1/+1
* audren: Only manage wave buffers with a sizeDavid Marcec2019-07-011-3/+5
* core_timing: Convert core timing into a classLioncash2019-02-161-3/+4
* audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSGLioncash2018-12-281-4/+2
* Avoid (expensive) audio interpolation when sample rates already matchheapo2018-12-061-2/+5
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-2/+2
* Fixups for softlockDavid Marcec2018-10-071-5/+6
* Fixed missing returnDavid Marcec2018-10-071-1/+1
* Fixed smo softlockDavid Marcec2018-10-071-13/+71
* stream: Preserve enum class type in GetState()Lioncash2018-09-241-1/+1
* Added audren:u#GetAudioRendererStateDavid Marcec2018-09-231-0/+4
* audio_renderer: Replace includes with forward declarations where applicableLioncash2018-09-171-0/+40
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-12/+12
* audio_renderer: Rename AudioOut instance to audio_outMerryMage2018-09-081-6/+6
* audio_renderer: samples_remaining counts frames, not samplesMerryMage2018-08-131-1/+1
* audio_core: InterpolateMerryMage2018-08-131-0/+3
* Pushed the requested sample rate instead of our fixed sample rateDavid Marcec2018-08-121-1/+1
* Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec2018-08-121-0/+12
* audio_core: Implement audren_u audio playback.bunnei2018-08-051-0/+234