summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_wav.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-14Add more info to WAV import errorsalex-pahdo
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-28Rename AudioStreamSample to a more discoverable nameDeeJayLSP
2022-05-18[4.0] ResourceImporterWAV: Add support for 64-bit IEEE floatDouglas Leão
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-15ResourceImporterWAV: Allow configuring loop mode on importRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-09implement ping-pong loop in animationTokage
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-08-30Disabled trim and normalize as default for wav importRasmus Ketelsen
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-07Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sampleHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-04-11Removed extra division by format channels causing sounds to get halved.Theis Egeberg
2019-04-04-Added trim limit constant at top of file, defining at which db trimming shou...Theis Egeberg
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-28Add backward looping support to AudioStreamSample (wav files)MrCdK
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21Fix crash while importing corrupted wavPoommetee Ketson
2018-07-26Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde
2018-07-26Audio Recording moduleGustav Lund
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-02-02Fixed wave file importer's broken resampling.L. Nikko
2018-01-05Fixed loop mode values when importing a wav file.MrCdK
2018-01-05Make sure .import folder exists before importing, in case user deleted it man...Juan Linietsky
2018-01-05Fixed problem with missing uninitialized last byte on waveform trip, closes #...Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed