summaryrefslogtreecommitdiffstats
path: root/scene/resources/audio_stream_wav.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+1
|\
| * fix save to wavnikitalita2024-11-011-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #96768 from DeeJayLSP/wav-endRémi Verschelde2024-09-121-1/+1
|\
| * WAV: Fix one frame overflow at the endDeeJayLSP2024-09-111-1/+1
* | Merge pull request #96572 from adamscott/fix-samples-leakRémi Verschelde2024-09-091-0/+3
|\ \ | |/ |/|
| * Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+3
* | Merge pull request #96017 from DeeJayLSP/wav-vecRémi Verschelde2024-09-081-46/+22
|\ \ | |/ |/|
| * AudioStream(Playback)WAV: Use LocalVectors instead of pointersDeeJayLSP2024-09-081-46/+22
* | Merge pull request #96174 from DeeJayLSP/wav-docsRémi Verschelde2024-08-301-1/+1
|\ \ | |/ |/|
| * WAV stream/importer: Improve compression/loop names and descriptionsDeeJayLSP2024-08-301-1/+1
| * WAV: Add missing break on `get_length()`DeeJayLSP2024-08-251-0/+1
* | QOA: Remove unnecessary memory allocationDeeJayLSP2024-08-241-14/+10
|/
* Add samples playback supportAdam Scott2024-06-181-0/+43
* Use data length on QOA checks instead of min sizeDeeJayLSP2024-05-081-2/+3
* Add QOA (Quite OK Audio) as a WAV compression modeDeeJayLSP2024-05-011-31/+113
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-2/+2
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-28/+28
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-2/+2
* Change time parameters and variables to double typeDave Palais2022-09-261-6/+6
* Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-281-0/+667