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
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
2017-09-08
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-02
Fix use of unitialized variables
Hein-Pieter van Braam
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-01
Implement 32 bit IEEE float WAVE format
Marcelo Fernandez
2017-07-31
Fix possible division by zero crashes on the wav importer
Marcelo Fernandez
2017-07-07
Inline documentation request satisfied.
Mike Demchenko
2017-06-16
Complete changing of resource extensions
George Marques
2017-06-15
Rename Godot-specific resource extensions
George Marques
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde