summaryrefslogtreecommitdiff
path: root/scene/resources/audio_stream_wav.cpp
AgeCommit message (Collapse)Author
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵bruvzg
change warnings=all to use /W4.
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to ↵bruvzg
suppress C4127 warnings.
2022-09-26Change time parameters and variables to double typeDave Palais
Addresses #65313
2022-07-28Rename AudioStreamSample to a more discoverable nameDeeJayLSP