index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
cubeb_sink.cpp
Age
Commit message (
Expand
)
Author
2018-10-27
cubeb_sink: ignore null-name device when selecting
Weiyi Wang
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-12
audio_core: Flush stream when not playing anything
MerryMage
2018-09-09
cubeb_sink: Downsample arbitrary number of channels
MerryMage
2018-09-08
cubeb_sink: Perform audio stretching
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-08-12
cubeb_sink: Protect queue with a mutex
MerryMage
2018-08-04
audio_core: Use s16 where possible for audio samples.
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-07-30
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei