index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-04
1
-1
/
+3
*
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-24
1
-1
/
+1
*
audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32
Lioncash
2019-03-09
2
-4
/
+4
*
audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling ...
Lioncash
2019-02-27
2
-0
/
+19
*
audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...
Lioncash
2019-02-27
1
-6
/
+8
*
audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member
Lioncash
2019-02-25
1
-1
/
+1
*
audio_core/cubeb_sink: Add override specifier to destructor
Lioncash
2019-02-25
1
-1
/
+1
*
audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue
Lioncash
2019-02-25
1
-2
/
+2
*
audio_core/codec: Resolve truncation warnings within DecodeADPCM
Lioncash
2019-02-25
1
-2
/
+2
*
audio_core/buffer: Make const and non-const getter for samples consistent
Lioncash
2019-02-16
2
-2
/
+2
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
6
-17
/
+28
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
2
-14
/
+15
*
dsp_interface: fix sound being played while volume is 0
fearlessTobi
2019-01-26
1
-1
/
+1
*
audio_core: remove unnecessary spaces on comments
Otávio Pace
2019-01-14
1
-2
/
+2
*
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
2018-12-28
3
-10
/
+6
*
Merge pull request #1902 from lioncash/audio
bunnei
2018-12-14
6
-32
/
+55
|
\
|
*
audio_core: Make g_sink_details internally linked
Lioncash
2018-12-13
6
-32
/
+55
*
|
Avoid (expensive) audio interpolation when sample rates already match
heapo
2018-12-06
2
-4
/
+8
|
/
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
2
-5
/
+6
*
audio_core/audio_renderer: Fix typo in AuxInfo member name
Lioncash
2018-11-13
1
-1
/
+1
*
microprofile: Drop ReleaseActiveBuffer scope.
Markus Wick
2018-11-06
1
-4
/
+0
*
time_stretch: Switch to values of Citra
fearlessTobi
2018-10-29
1
-3
/
+3
*
cubeb_sink: ignore null-name device when selecting
Weiyi Wang
2018-10-27
1
-1
/
+2
*
time_stretch: Remove unused m_channel_count member variable
Lioncash
2018-10-24
2
-3
/
+1
*
EffectOutStatus padding is now in hex
David Marcec
2018-10-09
1
-1
/
+1
*
Fixups for softlock
David Marcec
2018-10-07
2
-6
/
+7
*
Fixed missing return
David Marcec
2018-10-07
1
-1
/
+1
*
Fixed smo softlock
David Marcec
2018-10-07
2
-13
/
+120
*
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
4
-11
/
+11
*
Added audren:u#GetAudioRendererState
David Marcec
2018-09-23
4
-0
/
+13
*
Logging: Change the TimeStretch::Process log from debug to trace level.
Subv
2018-09-20
1
-1
/
+1
*
time_stretch: Remove unused <array> include
Lioncash
2018-09-17
1
-1
/
+0
*
stream: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
2
-3
/
+7
*
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
2
-39
/
+52
*
Merge pull request #1314 from lioncash/cast
bunnei
2018-09-17
1
-2
/
+2
|
\
|
*
audio_core/time_stretch: Silence truncation warnings in Process()
Lioncash
2018-09-13
1
-2
/
+2
*
|
Merge pull request #1321 from lioncash/audio-shadow
bunnei
2018-09-17
1
-4
/
+4
|
\
\
|
*
|
cubeb_sink: Get rid of variable shadowing within CubebSink's constructor
Lioncash
2018-09-14
1
-4
/
+4
|
|
/
*
|
Merge pull request #1320 from lioncash/name
bunnei
2018-09-17
1
-1
/
+1
|
\
\
|
*
|
cubeb_sink: Correct context name in ListCubebSinkDevices()
Lioncash
2018-09-14
1
-1
/
+1
|
|
/
*
/
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
16
-64
/
+67
|
/
*
Merge pull request #1298 from lioncash/view
bunnei
2018-09-12
2
-2
/
+4
|
\
|
*
audio_core/sink_details: Change std::string parameter into std::string_view
Lioncash
2018-09-11
2
-2
/
+4
*
|
Merge pull request #1163 from FearlessTobi/add-audio-stretching
bunnei
2018-09-12
7
-49
/
+185
|
\
\
|
|
/
|
/
|
|
*
audio_core: Flush stream when not playing anything
MerryMage
2018-09-12
6
-0
/
+23
|
*
cubeb_sink: Downsample arbitrary number of channels
MerryMage
2018-09-09
1
-10
/
+9
|
*
cubeb_sink: Perform audio stretching
MerryMage
2018-09-08
3
-24
/
+26
|
*
audio_core: Add audio stretcher
MerryMage
2018-09-08
3
-0
/
+101
|
*
cubeb_sink: Hold last available value instead of writing zeros
MerryMage
2018-09-08
1
-5
/
+15
|
*
cubeb_sink: Use RingBuffer
MerryMage
2018-09-08
1
-40
/
+26
[prev]
[next]