index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
Age
Commit message (
Expand
)
Author
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-06-30
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
Cleanup
David Marcec
2019-06-16
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-09
audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32
Lioncash
2019-02-27
audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling ...
Lioncash
2019-02-27
audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...
Lioncash
2019-02-25
audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member
Lioncash
2019-02-25
audio_core/cubeb_sink: Add override specifier to destructor
Lioncash
2019-02-25
audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue
Lioncash
2019-02-25
audio_core/codec: Resolve truncation warnings within DecodeADPCM
Lioncash
2019-02-16
audio_core/buffer: Make const and non-const getter for samples consistent
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-01-26
dsp_interface: fix sound being played while volume is 0
fearlessTobi
2019-01-14
audio_core: remove unnecessary spaces on comments
Otávio Pace
2018-12-28
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
2018-12-14
Merge pull request #1902 from lioncash/audio
bunnei
2018-12-13
audio_core: Make g_sink_details internally linked
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-11-13
audio_core/audio_renderer: Fix typo in AuxInfo member name
Lioncash
2018-11-06
microprofile: Drop ReleaseActiveBuffer scope.
Markus Wick
2018-10-29
time_stretch: Switch to values of Citra
fearlessTobi
2018-10-27
cubeb_sink: ignore null-name device when selecting
Weiyi Wang
2018-10-24
time_stretch: Remove unused m_channel_count member variable
Lioncash
2018-10-09
EffectOutStatus padding is now in hex
David Marcec
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-20
Logging: Change the TimeStretch::Process log from debug to trace level.
Subv
2018-09-17
time_stretch: Remove unused <array> include
Lioncash
2018-09-17
stream: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
Merge pull request #1314 from lioncash/cast
bunnei
2018-09-17
Merge pull request #1321 from lioncash/audio-shadow
bunnei
2018-09-17
Merge pull request #1320 from lioncash/name
bunnei
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-14
cubeb_sink: Get rid of variable shadowing within CubebSink's constructor
Lioncash
[next]