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-10-27
cubeb_sink: ignore null-name device when selecting
Weiyi Wang
2018-10-24
time_stretch: Remove unused m_channel_count member variable
Lioncash
2018-10-09
EffectOutStatus padding is now in hex
David Marcec
2018-10-07
Fixups for softlock
David Marcec
2018-10-07
Fixed missing return
David Marcec
2018-10-07
Fixed smo softlock
David Marcec
2018-09-23
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
Added audren:u#GetAudioRendererState
David Marcec
2018-09-20
Logging: Change the TimeStretch::Process log from debug to trace level.
Subv
2018-09-17
time_stretch: Remove unused <array> include
Lioncash
2018-09-17
stream: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
Merge pull request #1314 from lioncash/cast
bunnei
2018-09-17
Merge pull request #1321 from lioncash/audio-shadow
bunnei
2018-09-17
Merge pull request #1320 from lioncash/name
bunnei
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-14
cubeb_sink: Get rid of variable shadowing within CubebSink's constructor
Lioncash
2018-09-14
cubeb_sink: Correct context name in ListCubebSinkDevices()
Lioncash
2018-09-13
audio_core/time_stretch: Silence truncation warnings in Process()
Lioncash
2018-09-12
Merge pull request #1298 from lioncash/view
bunnei
2018-09-12
Merge pull request #1163 from FearlessTobi/add-audio-stretching
bunnei
2018-09-12
audio_core: Flush stream when not playing anything
MerryMage
2018-09-11
audio_core/sink_details: Change std::string parameter into std::string_view
Lioncash
2018-09-09
cubeb_sink: Downsample arbitrary number of channels
MerryMage
2018-09-08
cubeb_sink: Perform audio stretching
MerryMage
2018-09-08
audio_core: Add audio stretcher
MerryMage
2018-09-08
cubeb_sink: Hold last available value instead of writing zeros
MerryMage
2018-09-08
cubeb_sink: Use RingBuffer
MerryMage
2018-09-08
Add audio stretching support
fearlessTobi
2018-09-08
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
2018-09-04
Update microprofile scopes.
Markus Wick
2018-08-21
audio_core/filter: Add explicit cast to assignment in Process()
Lioncash
2018-08-13
Merge pull request #1033 from MerryMage/interp
bunnei
2018-08-13
audio_renderer: samples_remaining counts frames, not samples
MerryMage
2018-08-13
audio_core: Interpolate
MerryMage
2018-08-13
audio_core: Implement low-pass filter
MerryMage
2018-08-12
cubeb_sink: Protect queue with a mutex
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
[next]