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-12 16:14:17 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
AudioCommon
History
David Korth
c2dd2e8a2e
Use std::istringstream or std::ostringstream instead of std::stringstream where possible.
...
This removes std::iostream from the inheritance chain, which reduces overhead slightly.
2019-12-29 23:45:02 -05:00
..
AlsaSoundStream.cpp
…
AlsaSoundStream.h
…
AudioCommon.cpp
…
AudioCommon.h
…
AudioCommon.vcxproj
…
AudioCommon.vcxproj.filters
…
AudioStretcher.cpp
…
AudioStretcher.h
…
CMakeLists.txt
…
CubebStream.cpp
…
CubebStream.h
…
CubebUtils.cpp
…
CubebUtils.h
…
Enums.h
…
Mixer.cpp
…
Mixer.h
…
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
Use std::istringstream or std::ostringstream instead of std::stringstream where possible.
2019-12-29 23:45:02 -05:00
WaveFile.h
…