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
2018-08-13
audio_core: Implement low-pass filter
MerryMage
2018-08-12
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-07
Make building cubeb optional
KAMiKAZOW
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
cubeb_sink: Support variable sample_rate and num_channels.
bunnei
2018-08-04
audio_core: Sinks need unique names as well.
bunnei
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-03
Merge pull request #895 from lioncash/sink
bunnei
2018-08-02
audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype
Lioncash
2018-08-01
sink_details: Deduplicate long std::function repetition
Lioncash
2018-08-01
sink_details: std::move std::function instances
Lioncash
2018-07-31
audio_core: Add configuration settings.
bunnei
2018-07-30
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
audio_core: Add interfaces for Sink and SinkStream.
bunnei
2018-07-30
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-27
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-01-12
Massive removal of unused modules
James Rowe
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-07
audio: Log dropping frames as trace to reduce spam.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-25
Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...
Subv
2017-08-28
interpolate: Interpolate on a frame-by-frame basis
MerryMage
2017-05-27
CMake: Add SoundTouch include path to target property
Yuri Kunde Schlesner
2017-05-27
CMake: Define an interface target for SDL2 definitions
Yuri Kunde Schlesner
2017-05-27
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
2017-05-09
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
2017-01-29
Support looping HLE audio (#2422)
Jake Merdich
2017-01-27
fixed the override warning
noah the goodra
2017-01-25
SDL: Select audio device (#2403)
Kloen Lansfiel
2016-12-12
time_stretch: Add missing #pragma once directive
Lioncash
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-10
audio_core: SelectSink should default to auto if sink_id is invalid
MerryMage
2016-11-22
Improve verbosity of audio errors with SDL_GetError()
freiro
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-07
audio_core: Tweak audio latency
MerryMage
2016-09-03
codec: Fix ADPCM distortion caused by incorrect nibble order
fincs
2016-08-31
audio_core: Add EnableStretching to interface so that one can toggle stretchi...
MerryMage
2016-08-31
sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::v...
MerryMage
2016-05-19
DSP/HLE: Audio output
MerryMage
2016-05-19
DSP/HLE: Implement mixer processing
MerryMage
2016-05-14
AudioCore: Implement time stretcher (#1737)
Maribel
2016-05-09
source: Fix missing logging arguments
Lioncash
[next]