summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WaveFile.cpp
AgeCommit message (Expand)Author
2024-07-26Adjust order and spacing of various #includesDentomologist
2023-06-18Replace std::ostringstream usage with fmt::formatget
2022-10-22WaveFile: Fix size checkPokechu22
2022-07-03Do not directly store input sample rate, rather just store a divisor for that...CasualPokePlayer
2022-06-10have audio dumps apply volume (fixes cases of audio dumps being "too loud" an...CasualPokePlayer
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2021-10-15Port Main.DSP to MainSettingssowens99
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-11-27AudioCommon: Convert alerts over to fmt-based variantsLioncash
2019-12-29Use std::istringstream or std::ostringstream instead of std::stringstream whe...David Korth
2017-06-15Move IOFile to a separate fileJosJuice
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-08Add Silent Audio Dumping INI OptionChris Burgener
2016-12-17Display warning when dumping audio if file existsChris Burgener
2016-11-27Remove unnecessary ConfigManager includesLéo Lam
2016-10-07Fix missing includesLéo Lam
2016-07-01Remove AddStereoSample functionChris Burgener
2016-06-24Split Audio Dumps on Sample Rate ChangesChris Burgener
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-02WaveFile: Get rid of an explicit deleteLioncash
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2014-10-15Flipped Wave File ChannelsFog
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre