summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_wav.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* WAV: Fix one frame overflow at the endDeeJayLSP2024-09-171-2/+2
* Fix memory leak on QOA importDeeJayLSP2024-09-161-4/+7
* Merge pull request #91014 from DeeJayLSP/qoa-wav-playbackRémi Verschelde2024-05-021-8/+26
|\
| * Add QOA (Quite OK Audio) as a WAV compression modeDeeJayLSP2024-05-011-8/+26
* | ResourceImporterWAV: remove unnecessary var declarationDouglas Leão2024-04-261-3/+1
|/
* WAV importer: use cubic interpolation on resamplerDeeJayLSP2024-03-041-10/+2
* Fixed reading WAV files with odd chunk sizes.Michael Wörner2023-12-041-1/+3
* Fix trim when importing WAVNinni Pipping2023-03-231-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add more info to WAV import errorsalex-pahdo2022-11-141-5/+5
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-281-13/+13
* [4.0] ResourceImporterWAV: Add support for 64-bit IEEE floatDouglas Leão2022-05-181-25/+39
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-18/+1
* ResourceImporterWAV: Allow configuring loop mode on importRémi Verschelde2022-03-151-16/+33
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-1/+1
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+7
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-1/+1
* implement ping-pong loop in animationTokage2021-10-091-1/+1
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-28/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Disabled trim and normalize as default for wav importRasmus Ketelsen2019-08-301-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-10/+5
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-0/+5
* Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sampleHugo Locurcio2019-07-071-1/+5
* Some code changed with Clang-Tidyqarmin2019-06-261-6/+0
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Removed extra division by format channels causing sounds to get halved.Theis Egeberg2019-04-111-2/+2
* -Added trim limit constant at top of file, defining at which db trimming shou...Theis Egeberg2019-04-041-13/+27
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add backward looping support to AudioStreamSample (wav files)MrCdK2018-10-281-4/+10
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-7/+4
* Fix crash while importing corrupted wavPoommetee Ketson2018-08-211-10/+14