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
2022-07-22
Project Andio
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-01
audio_core: remove time stretcher
Andrea Pappacoda
2021-04-14
common: Move settings to common from core.
bunnei
2020-12-05
Update cubeb and request a persistent stream session
Vitor Kiguchi
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
audio_core/CMakeLists: Make warnings consistent with core
Lioncash
2020-09-25
cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback()
Lioncash
2020-09-11
Merge pull request #4310 from ogniK5377/apollo-1-prod
bunnei
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-07-25
Disable time stretcher for time being
David Marcec
2020-07-25
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-03-08
cubeb_sink: Don't discard other channels when performing downmixing
FearlessTobi
2019-03-09
audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32
Lioncash
2019-02-27
audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling ...
Lioncash
2019-02-25
audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member
Lioncash
2019-02-25
audio_core/cubeb_sink: Add override specifier to destructor
Lioncash
2019-02-25
audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue
Lioncash
2018-12-13
audio_core: Make g_sink_details internally linked
Lioncash
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