index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_wav.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-14
Add more info to WAV import errors
alex-pahdo
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-28
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-05-18
[4.0] ResourceImporterWAV: Add support for 64-bit IEEE float
Douglas Leão
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-15
ResourceImporterWAV: Allow configuring loop mode on import
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-14
Add path to functions that return iporter options
reduz
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-11
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-09
implement ping-pong loop in animation
Tokage
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-30
Disabled trim and normalize as default for wav import
Rasmus Ketelsen
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-07
Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sample
Hugo Locurcio
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-04-11
Removed 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 export
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-28
Add backward looping support to AudioStreamSample (wav files)
MrCdK
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-21
Fix crash while importing corrupted wav
Poommetee Ketson
2018-07-26
Merge pull request #15967 from Gamblify/AudioRecordingModule
Rémi Verschelde
2018-07-26
Audio Recording module
Gustav Lund
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-02-02
Fixed wave file importer's broken resampling.
L. Nikko
2018-01-05
Fixed loop mode values when importing a wav file.
MrCdK
2018-01-05
Make sure .import folder exists before importing, in case user deleted it man...
Juan Linietsky
2018-01-05
Fixed problem with missing uninitialized last byte on waveform trip, closes #...
Juan Linietsky
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-09-20
Rename pos to position in user facing methods and variables
letheed
[next]