index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
audio_renderer.cpp
Age
Commit message (
Expand
)
Author
2022-07-22
Project Andio
Kelebek1
2022-07-10
Rework CoreTiming
Kelebek1
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-07-08
audio_core: Preserve front channel volume after 6 to 2 downmix
Kelebek1
2021-07-01
Fix XC2/VOEZ crashing, add audio looping and a few misc fixes
Kelebek1
2021-06-27
Decouple audio processing and run at variable rate
Kelebek1
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2020-12-28
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-02
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-11-28
audio_core: Remove temp_mix_buffer
Chloe Marcec
2020-11-17
Addressed changes
Chloe Marcec
2020-11-17
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-25
audio_core: Remove unnecessary inclusions
Lioncash
2020-08-17
Preliminary effects
David Marcec
2020-07-25
Fix stream channel count when outputting to stereo
David Marcec
2020-07-25
Queue extra mix buffer
David Marcec
2020-07-25
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-06-13
audren: Implement RendererInfo
David Marcec
2020-05-11
fix logic error & scale sample volume based on voice volume
David Marcec
2020-05-11
pass by const ref instead
David Marcec
2020-05-11
audio_renderer: Better voice mixing and 6 channel downmixing
David Marcec
2020-04-20
audio_renderer: Preliminary BehaviorInfo (#3736)
David
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-09-21
Used revision 5 instead of 7, marked constexpr as static
David Marcec
2019-09-20
Added frame_count for REV7 audio renderer
David Marcec
2019-07-13
Clang format
David Marcec
2019-07-13
Addressed issues
David Marcec
2019-07-13
"AudioRenderer" thread should have a unique name
David Marcec
2019-07-08
addressed issue
David Marcec
2019-07-01
audren: Only manage wave buffers with a size
David Marcec
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-12-28
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
2018-12-06
Avoid (expensive) audio interpolation when sample rates already match
heapo
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-10-07
Fixups for softlock
David Marcec
2018-10-07
Fixed missing return
David Marcec
2018-10-07
Fixed smo softlock
David Marcec
2018-09-23
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
Added audren:u#GetAudioRendererState
David Marcec
2018-09-17
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-08
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
[next]