index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
audio
Age
Commit message (
Expand
)
Author
2020-04-02
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-01
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-24
Remove unused classes and stray headers
Rémi Verschelde
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-21
Added StringName as a variant type.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-01-26
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-20
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-12
Fixed an issue with recording audio.
Catchawink
2019-11-10
Merge pull request #33516 from qarmin/small_fixes
Rémi Verschelde
2019-11-10
Memory leak and crash fixes
Rafał Mikrut
2019-11-08
Fix 'r1' (and r2) may be used uninitialized warning in eq.cpp.
Marcel Admiraal
2019-08-12
Fix recording bus regression.
Saracen
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
Michael Alexsander Silva Dias
2019-08-07
Merge pull request #30468 from SaracenOne/expose_audio_capture
Rémi Verschelde
2019-07-23
Update some dead links in the codebase
Michael Alexsander Silva Dias
2019-07-15
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-07-12
Tweak audio cutoff property hints to allow reasonable values only
Hugo Locurcio
2019-07-01
Merge pull request #29980 from Dentrax/directed-by-qarmin
Rémi Verschelde
2019-07-01
Merge pull request #29413 from YeldhamDev/global_rate_scale
Rémi Verschelde
2019-07-01
fix some crashes
Furkan Türkal
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-19
Add 'global_rate_scale' to the AudioServer
Michael Alexsander Silva Dias
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
Merge pull request #29037 from mdahlgrengadd/master
Rémi Verschelde
2019-06-11
Add missing license headers
Rémi Verschelde
2019-06-03
Add windowing before FFT to avoid flickering spectrogram
Martin Dahlgren
2019-06-03
Make FFT size and oversampling adjustable for pitchshifting
Martin Dahlgren
2019-05-24
Fix getting max magnitude in AudioEffectSpectrumAnalyzer
Martin Dahlgren
2019-05-19
Fix typos with codespell
Rémi Verschelde
2019-05-09
Fix AudioEffectRecord messing up the effect stack by not writing to dst_frames
Bojidar Marinov
2019-04-27
Clean up latency related functions
Juan Linietsky
2019-04-22
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-16
Bind AudioEffectSpectrumAnalyzer::FFT_Size enums
Fabio Alessandrelli
2019-04-10
Added generator audio stream, and spectrum analyzer audio effect
Juan Linietsky
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-03-02
Fix possible crash on AudioDriver::input_buffer_write
Marcelo Fernandez
2019-03-01
Fix possible crash when AudioDriver::capture_start fails
Marcelo Fernandez
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-02-21
Fix all -Wtype-limits warnings.
marxin
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-14
Merge pull request #24324 from volzhs/access-mic
Rémi Verschelde
2018-12-14
Request mic access only when is needed
volzhs
2018-12-13
Merge pull request #22910 from marcelofg55/nothreads_rec
Rémi Verschelde
[next]