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
*
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
*
audio_core: Add interfaces for Sink and SinkStream.
bunnei
2018-07-30
6
-0
/
+163
*
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-30
5
-20
/
+32
*
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-07-27
6
-0
/
+334
*
Massive removal of unused modules
James Rowe
2018-01-12
26
-3017
/
+0
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-08
1
-1
/
+1
*
audio: Log dropping frames as trace to reduce spam.
bunnei
2018-01-07
1
-1
/
+1
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
*
Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...
Subv
2017-09-25
5
-7
/
+9
*
interpolate: Interpolate on a frame-by-frame basis
MerryMage
2017-08-28
3
-88
/
+74
*
CMake: Add SoundTouch include path to target property
Yuri Kunde Schlesner
2017-05-27
1
-2
/
+0
*
CMake: Define an interface target for SDL2 definitions
Yuri Kunde Schlesner
2017-05-27
1
-2
/
+1
*
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
2017-05-27
1
-3
/
+4
*
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-05-09
4
-31
/
+36
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
4
-3
/
+5
*
Support looping HLE audio (#2422)
Jake Merdich
2017-01-29
2
-11
/
+35
*
fixed the override warning
noah the goodra
2017-01-27
1
-1
/
+1
*
SDL: Select audio device (#2403)
Kloen Lansfiel
2017-01-25
7
-18
/
+69
*
time_stretch: Add missing #pragma once directive
Lioncash
2016-12-12
1
-0
/
+2
*
Add all services to the Service namespace
Lioncash
2016-12-11
2
-3
/
+3
*
audio_core: SelectSink should default to auto if sink_id is invalid
MerryMage
2016-12-10
1
-12
/
+7
*
Improve verbosity of audio errors with SDL_GetError()
freiro
2016-11-22
1
-2
/
+2
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
2
-4
/
+4
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
9
-9
/
+9
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
23
-48
/
+10
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
13
-76
/
+110
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
24
-249
/
+323
*
audio_core: Tweak audio latency
MerryMage
2016-09-07
2
-2
/
+2
*
codec: Fix ADPCM distortion caused by incorrect nibble order
fincs
2016-09-03
1
-2
/
+2
*
audio_core: Add EnableStretching to interface so that one can toggle stretchi...
MerryMage
2016-08-31
4
-9
/
+52
[next]