index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_wav.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
WAV: Fix one frame overflow at the end
DeeJayLSP
2024-09-17
1
-2
/
+2
*
Fix memory leak on QOA import
DeeJayLSP
2024-09-16
1
-4
/
+7
*
Merge pull request #91014 from DeeJayLSP/qoa-wav-playback
Rémi Verschelde
2024-05-02
1
-8
/
+26
|
\
|
*
Add QOA (Quite OK Audio) as a WAV compression mode
DeeJayLSP
2024-05-01
1
-8
/
+26
*
|
ResourceImporterWAV: remove unnecessary var declaration
Douglas Leão
2024-04-26
1
-3
/
+1
|
/
*
WAV importer: use cubic interpolation on resampler
DeeJayLSP
2024-03-04
1
-10
/
+2
*
Fixed reading WAV files with odd chunk sizes.
Michael Wörner
2023-12-04
1
-1
/
+3
*
Fix trim when importing WAV
Ninni Pipping
2023-03-23
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add more info to WAV import errors
alex-pahdo
2022-11-14
1
-5
/
+5
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
1
-13
/
+13
*
[4.0] ResourceImporterWAV: Add support for 64-bit IEEE float
Douglas Leão
2022-05-18
1
-25
/
+39
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-18
/
+1
*
ResourceImporterWAV: Allow configuring loop mode on import
Rémi Verschelde
2022-03-15
1
-16
/
+33
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add path to functions that return iporter options
reduz
2021-11-14
1
-2
/
+2
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-1
/
+1
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+7
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-1
/
+1
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-1
/
+1
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-28
/
+0
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-7
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Disabled trim and normalize as default for wav import
Rasmus Ketelsen
2019-08-30
1
-2
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-10
/
+5
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-0
/
+5
*
Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sample
Hugo Locurcio
2019-07-07
1
-1
/
+5
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-6
/
+0
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Removed extra division by format channels causing sounds to get halved.
Theis Egeberg
2019-04-11
1
-2
/
+2
*
-Added trim limit constant at top of file, defining at which db trimming shou...
Theis Egeberg
2019-04-04
1
-13
/
+27
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Add backward looping support to AudioStreamSample (wav files)
MrCdK
2018-10-28
1
-4
/
+10
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-7
/
+4
*
Fix crash while importing corrupted wav
Poommetee Ketson
2018-08-21
1
-10
/
+14
[next]