This website requires JavaScript.
Explore
Help
Sign In
Leahnaya
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-08-13 12:54:04 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c3bdd05d2a7d5c0a5b513481ab929cef66e5249b
dolphin
/
Source
/
Core
/
AudioCommon
History
Dentomologist
9c5605a59c
AudioCommon: When ALSA is absent on Linux, default to Cubeb backend
...
Default to Cubeb instead of the NULL backend on Linux when ALSA isn't valid.
2024-04-16 14:06:28 -07:00
..
AlsaSoundStream.cpp
…
AlsaSoundStream.h
…
AudioCommon.cpp
AudioCommon: When ALSA is absent on Linux, default to Cubeb backend
2024-04-16 14:06:28 -07:00
AudioCommon.h
…
AudioStretcher.cpp
…
AudioStretcher.h
…
CMakeLists.txt
…
CubebStream.cpp
…
CubebStream.h
…
CubebUtils.cpp
Cubeb: check correct log level
2024-03-17 01:33:42 +00:00
CubebUtils.h
…
Enums.h
…
Mixer.cpp
…
Mixer.h
Use structs for config callback IDs
2023-08-17 19:19:26 +02:00
NullSoundStream.cpp
…
NullSoundStream.h
…
OpenALStream.cpp
…
OpenALStream.h
…
OpenSLESStream.cpp
…
OpenSLESStream.h
…
PulseAudioStream.cpp
…
PulseAudioStream.h
…
SoundStream.h
…
SurroundDecoder.cpp
…
SurroundDecoder.h
…
WASAPIStream.cpp
…
WASAPIStream.h
…
WaveFile.cpp
Replace std::ostringstream usage with fmt::format
2023-06-18 18:37:32 -05:00
WaveFile.h
…