index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
/
WaveFile.cpp
Age
Commit message (
Expand
)
Author
2024-07-26
Adjust order and spacing of various #includes
Dentomologist
2023-06-18
Replace std::ostringstream usage with fmt::format
get
2022-10-22
WaveFile: Fix size check
Pokechu22
2022-07-03
Do not directly store input sample rate, rather just store a divisor for that...
CasualPokePlayer
2022-06-10
have audio dumps apply volume (fixes cases of audio dumps being "too loud" an...
CasualPokePlayer
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2021-10-15
Port Main.DSP to MainSettings
sowens99
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-11-27
AudioCommon: Convert alerts over to fmt-based variants
Lioncash
2019-12-29
Use std::istringstream or std::ostringstream instead of std::stringstream whe...
David Korth
2017-06-15
Move IOFile to a separate file
JosJuice
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-08
Add Silent Audio Dumping INI Option
Chris Burgener
2016-12-17
Display warning when dumping audio if file exists
Chris Burgener
2016-11-27
Remove unnecessary ConfigManager includes
Léo Lam
2016-10-07
Fix missing includes
Léo Lam
2016-07-01
Remove AddStereoSample function
Chris Burgener
2016-06-24
Split Audio Dumps on Sample Rate Changes
Chris Burgener
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-02
WaveFile: Get rid of an explicit delete
Lioncash
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2014-10-15
Flipped Wave File Channels
Fog
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre