summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_wav.cpp
AgeCommit message (Expand)Author
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
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-01Implement 32 bit IEEE float WAVE formatMarcelo Fernandez
2017-07-31Fix possible division by zero crashes on the wav importerMarcelo Fernandez
2017-07-07Inline documentation request satisfied.Mike Demchenko
2017-06-16Complete changing of resource extensionsGeorge Marques
2017-06-15Rename Godot-specific resource extensionsGeorge Marques
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde