index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio_core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
1
-1
/
+1
2019-03-10
audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32
Lioncash
2
-4
/
+4
2019-02-27
audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init
Lioncash
2
-0
/
+19
2019-02-27
audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter
Lioncash
1
-6
/
+8
2019-02-25
audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member
Lioncash
1
-1
/
+1
2019-02-25
audio_core/cubeb_sink: Add override specifier to destructor
Lioncash
1
-1
/
+1
2019-02-25
audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue
Lioncash
1
-2
/
+2
2019-02-25
audio_core/codec: Resolve truncation warnings within DecodeADPCM
Lioncash
1
-2
/
+2
2019-02-16
audio_core/buffer: Make const and non-const getter for samples consistent
Lioncash
2
-2
/
+2
2019-02-16
core_timing: Convert core timing into a class
Lioncash
6
-17
/
+28
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2
-14
/
+15
2019-01-26
dsp_interface: fix sound being played while volume is 0
fearlessTobi
1
-1
/
+1
2019-01-14
audio_core: remove unnecessary spaces on comments
Otávio Pace
1
-2
/
+2
2018-12-28
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG
Lioncash
3
-10
/
+6
2018-12-13
audio_core: Make g_sink_details internally linked
Lioncash
6
-32
/
+55
2018-12-06
Avoid (expensive) audio interpolation when sample rates already match
heapo
2
-4
/
+8
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2
-5
/
+6
2018-11-13
audio_core/audio_renderer: Fix typo in AuxInfo member name
Lioncash
1
-1
/
+1
2018-11-06
microprofile: Drop ReleaseActiveBuffer scope.
Markus Wick
1
-4
/
+0
2018-10-29
time_stretch: Switch to values of Citra
fearlessTobi
1
-3
/
+3
2018-10-27
cubeb_sink: ignore null-name device when selecting
Weiyi Wang
1
-1
/
+2
2018-10-24
time_stretch: Remove unused m_channel_count member variable
Lioncash
2
-3
/
+1
2018-10-09
EffectOutStatus padding is now in hex
David Marcec
1
-1
/
+1
2018-10-07
Fixups for softlock
David Marcec
2
-6
/
+7
2018-10-07
Fixed missing return
David Marcec
1
-1
/
+1
2018-10-07
Fixed smo softlock
David Marcec
2
-13
/
+120
2018-09-24
stream: Preserve enum class type in GetState()
Lioncash
4
-11
/
+11
2018-09-23
Added audren:u#GetAudioRendererState
David Marcec
4
-0
/
+13
2018-09-21
Logging: Change the TimeStretch::Process log from debug to trace level.
Subv
1
-1
/
+1
2018-09-17
time_stretch: Remove unused <array> include
Lioncash
1
-1
/
+0
2018-09-17
stream: Replace includes with forward declarations where applicable
Lioncash
2
-3
/
+7
2018-09-17
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2
-39
/
+52
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
16
-64
/
+67
2018-09-14
cubeb_sink: Get rid of variable shadowing within CubebSink's constructor
Lioncash
1
-4
/
+4
2018-09-14
cubeb_sink: Correct context name in ListCubebSinkDevices()
Lioncash
1
-1
/
+1
2018-09-14
audio_core/time_stretch: Silence truncation warnings in Process()
Lioncash
1
-2
/
+2
2018-09-12
audio_core: Flush stream when not playing anything
MerryMage
6
-0
/
+23
2018-09-12
audio_core/sink_details: Change std::string parameter into std::string_view
Lioncash
2
-2
/
+4
2018-09-09
cubeb_sink: Downsample arbitrary number of channels
MerryMage
1
-10
/
+9
2018-09-08
cubeb_sink: Perform audio stretching
MerryMage
3
-24
/
+26
2018-09-08
audio_core: Add audio stretcher
MerryMage
3
-0
/
+101
2018-09-08
cubeb_sink: Hold last available value instead of writing zeros
MerryMage
1
-5
/
+15
2018-09-08
cubeb_sink: Use RingBuffer
MerryMage
1
-40
/
+26
2018-09-08
Add audio stretching support
fearlessTobi
5
-0
/
+15
2018-09-08
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
2
-7
/
+7
2018-09-04
Update microprofile scopes.
Markus Wick
1
-0
/
+4
2018-08-21
audio_core/filter: Add explicit cast to assignment in Process()
Lioncash
1
-1
/
+1
2018-08-13
audio_renderer: samples_remaining counts frames, not samples
MerryMage
1
-1
/
+1
2018-08-13
audio_core: Interpolate
MerryMage
5
-0
/
+121
2018-08-13
audio_core: Implement low-pass filter
MerryMage
3
-2
/
+145
2018-08-12
cubeb_sink: Protect queue with a mutex
MerryMage
1
-0
/
+6
2018-08-12
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
1
-1
/
+1
2018-08-12
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount
David Marcec
2
-1
/
+16
2018-08-07
Make building cubeb optional
KAMiKAZOW
1
-2
/
+2
2018-08-05
audio_core: Implement audren_u audio playback.
bunnei
3
-0
/
+442
2018-08-05
audio_core: Use s16 where possible for audio samples.
bunnei
8
-33
/
+24
2018-08-05
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
3
-0
/
+123
2018-08-04
cubeb_sink: Support variable sample_rate and num_channels.
bunnei
1
-15
/
+25
2018-08-04
audio_core: Sinks need unique names as well.
bunnei
5
-9
/
+14
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
4
-9
/
+13
2018-08-02
audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype
Lioncash
2
-2
/
+2
2018-08-02
sink_details: Deduplicate long std::function repetition
Lioncash
1
-4
/
+6
2018-08-02
sink_details: std::move std::function instances
Lioncash
1
-1
/
+2
2018-08-01
audio_core: Add configuration settings.
bunnei
2
-9
/
+31
2018-07-31
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
8
-6
/
+261
2018-07-31
audio_core: Add interfaces for Sink and SinkStream.
bunnei
6
-0
/
+163
2018-07-31
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
5
-20
/
+32
2018-07-28
audio_core: Add initial code for keeping track of audout state.
bunnei
6
-0
/
+334
2018-01-13
Massive removal of unused modules
James Rowe
26
-3017
/
+0
2018-01-09
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
1
-1
/
+1
2018-01-07
audio: Log dropping frames as trace to reduce spam.
bunnei
1
-1
/
+1
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
1
-1
/
+1
2017-09-26
Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16).
Subv
5
-7
/
+9
2017-08-28
interpolate: Interpolate on a frame-by-frame basis
MerryMage
3
-88
/
+74
2017-05-28
CMake: Add SoundTouch include path to target property
Yuri Kunde Schlesner
1
-2
/
+0
2017-05-28
CMake: Define an interface target for SDL2 definitions
Yuri Kunde Schlesner
1
-2
/
+1
2017-05-28
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
1
-3
/
+4
2017-05-10
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
4
-31
/
+36
2017-02-27
Doxygen: Amend minor issues (#2593)
Mat M
4
-3
/
+5
2017-01-30
Support looping HLE audio (#2422)
Jake Merdich
2
-11
/
+35
2017-01-27
fixed the override warning
noah the goodra
1
-1
/
+1
2017-01-26
SDL: Select audio device (#2403)
Kloen Lansfiel
7
-18
/
+69
2016-12-13
time_stretch: Add missing #pragma once directive
Lioncash
1
-0
/
+2
2016-12-11
Add all services to the Service namespace
Lioncash
2
-3
/
+3
2016-12-10
audio_core: SelectSink should default to auto if sink_id is invalid
MerryMage
1
-12
/
+7
2016-11-22
Improve verbosity of audio errors with SDL_GetError()
freiro
1
-2
/
+2
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2
-4
/
+4
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
9
-9
/
+9
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
23
-48
/
+10
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
13
-76
/
+110
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
24
-249
/
+323
2016-09-07
audio_core: Tweak audio latency
MerryMage
2
-2
/
+2
2016-09-03
codec: Fix ADPCM distortion caused by incorrect nibble order
fincs
1
-2
/
+2
2016-08-31
audio_core: Add EnableStretching to interface so that one can toggle stretching on and off
MerryMage
4
-9
/
+52
2016-08-31
sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector
MerryMage
5
-9
/
+9
2016-05-19
DSP/HLE: Audio output
MerryMage
1
-0
/
+7
2016-05-19
DSP/HLE: Implement mixer processing
MerryMage
5
-11
/
+311
2016-05-15
AudioCore: Implement time stretcher (#1737)
Maribel
4
-0
/
+219
2016-05-09
source: Fix missing logging arguments
Lioncash
1
-2
/
+2
2016-05-07
fixup simple type conversions where possible
Alexander Laties
2
-6
/
+15
2016-05-07
AudioCore: SDL2 Sink
MerryMage
5
-1
/
+175
2016-05-07
HLE: Fix recent DSP change for Visual Studio.
bunnei
1
-4
/
+2
2016-05-03
DSP/HLE: Implement Source processing
MerryMage
7
-5
/
+496
2016-04-30
Audio: Add sink selection to configuration files
MerryMage
5
-4
/
+55
2016-04-30
AudioCore: List of sink types
MerryMage
3
-0
/
+46
2016-04-30
AudioCore: Implement NullSink
MerryMage
2
-0
/
+30
2016-04-29
AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()
MerryMage
3
-26
/
+31
2016-04-29
AudioCore: Implement interpolation
MerryMage
3
-0
/
+128
2016-04-28
Externals: Add soundtouch
MerryMage
1
-1
/
+4
2016-04-28
AudioCore: Move samples_per_frame and num_sources into hle/common.h
MerryMage
3
-12
/
+11
2016-04-27
AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every audio frame
MerryMage
1
-0
/
+2
2016-04-27
DSP_DSP: Updated interrupt implementation
MerryMage
2
-4
/
+7
2016-04-25
DSP/Pipe: There are 8 pipes
MerryMage
2
-13
/
+19
2016-03-28
DSP: Implement audio filters (simple, biquad)
MerryMage
5
-7
/
+275
2016-03-24
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
MerryMage
3
-0
/
+174
2016-03-06
DSP: Implement Pipe 2
MerryMage
3
-34
/
+194
2016-02-21
AudioCore: Skeleton Implementation
MerryMage
8
-0
/
+766