This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-03-10 10:14:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
AudioCommon
History
Pokechu22
72de74d4fc
Mixer: Add assertions regarding num_samples versus buffer length
2022-09-08 12:10:10 -07:00
..
AlsaSoundStream.cpp
…
AlsaSoundStream.h
…
AudioCommon.cpp
AudioCommon: Move sound stream variables to Core::System.
2022-08-31 21:44:21 +02:00
AudioCommon.h
AudioCommon: Move sound stream variables to Core::System.
2022-08-31 21:44:21 +02:00
AudioStretcher.cpp
…
AudioStretcher.h
…
CMakeLists.txt
…
CubebStream.cpp
…
CubebStream.h
…
CubebUtils.cpp
StripSpaces: only strip spaces
2022-07-25 18:40:12 -07:00
CubebUtils.h
…
Enums.h
…
Mixer.cpp
Mixer: Add assertions regarding num_samples versus buffer length
2022-09-08 12:10:10 -07:00
Mixer.h
Do not directly store input sample rate, rather just store a divisor for that sample rate, with it using a fixed dividend of 54000000 * 2.
2022-07-03 15:07:06 -07: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
Do not directly store input sample rate, rather just store a divisor for that sample rate, with it using a fixed dividend of 54000000 * 2.
2022-07-03 15:07:06 -07:00
WaveFile.h
Do not directly store input sample rate, rather just store a divisor for that sample rate, with it using a fixed dividend of 54000000 * 2.
2022-07-03 15:07:06 -07:00