summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_wav.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde2018-07-261-114/+0
|\
| * Audio Recording moduleGustav Lund2018-07-261-114/+0
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-10/+10
|/
* Fixed wave file importer's broken resampling.L. Nikko2018-02-021-7/+21
* Fixed loop mode values when importing a wav file.MrCdK2018-01-051-3/+9
* Make sure .import folder exists before importing, in case user deleted it man...Juan Linietsky2018-01-051-1/+0
* Fixed problem with missing uninitialized last byte on waveform trip, closes #...Juan Linietsky2018-01-051-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+1
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Implement 32 bit IEEE float WAVE formatMarcelo Fernandez2017-08-011-24/+28
* Fix possible division by zero crashes on the wav importerMarcelo Fernandez2017-07-311-2/+2
* Inline documentation request satisfied.Mike Demchenko2017-07-071-0/+11