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
*
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
|
*
Add audio stretching support
fearlessTobi
2018-09-08
5
-0
/
+15
*
|
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
2018-09-08
2
-7
/
+7
|
/
*
Update microprofile scopes.
Markus Wick
2018-09-04
1
-0
/
+4
*
audio_core/filter: Add explicit cast to assignment in Process()
Lioncash
2018-08-21
1
-1
/
+1
*
Merge pull request #1033 from MerryMage/interp
bunnei
2018-08-13
7
-3
/
+267
|
\
|
*
audio_renderer: samples_remaining counts frames, not samples
MerryMage
2018-08-13
1
-1
/
+1
|
*
audio_core: Interpolate
MerryMage
2018-08-13
5
-0
/
+121
|
*
audio_core: Implement low-pass filter
MerryMage
2018-08-13
3
-2
/
+145
*
|
cubeb_sink: Protect queue with a mutex
MerryMage
2018-08-12
1
-0
/
+6
|
/
*
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
1
-1
/
+1
*
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-12
2
-1
/
+16
*
Make building cubeb optional
KAMiKAZOW
2018-08-07
1
-2
/
+2
*
audio_core: Implement audren_u audio playback.
bunnei
2018-08-04
3
-0
/
+442
*
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
8
-33
/
+24
*
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
3
-0
/
+123
*
cubeb_sink: Support variable sample_rate and num_channels.
bunnei
2018-08-04
1
-15
/
+25
*
audio_core: Sinks need unique names as well.
bunnei
2018-08-04
5
-9
/
+14
*
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
4
-9
/
+13
*
Merge pull request #895 from lioncash/sink
bunnei
2018-08-03
1
-5
/
+8
|
\
|
*
sink_details: Deduplicate long std::function repetition
Lioncash
2018-08-01
1
-4
/
+6
|
*
sink_details: std::move std::function instances
Lioncash
2018-08-01
1
-1
/
+2
*
|
audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype
Lioncash
2018-08-02
2
-2
/
+2
|
/
*
audio_core: Add configuration settings.
bunnei
2018-07-31
2
-9
/
+31
*
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
8
-6
/
+261
[next]