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
/
audio_stream.cpp
Age
Commit message (
Expand
)
Author
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-02-22
Add missing binding to AudioStream class
Eoin O'Neill
2022-02-09
Add AudioStreamRandomizer, replacing AudioStreamRandomPitch
Ellen Poe
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-07
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-08-27
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-08-23
Implement NativeExtension pointer arguments
reduz
2021-08-07
Invert how `global_rate_scale` value works, and rename it to `playback_speed_...
Michael Alexsander
2021-07-30
Fix Godot's cubic resampling algorithm
Ellen Poe
2021-07-30
Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled"
Ellen Poe
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-02-19
Merge pull request #46086 from ellenhp/new_resampling
Rémi Verschelde
2021-02-18
Reorganize Project Settings
reduz
2021-02-15
Implement a new resampling algorithm in AudioStreamPlaybackResampled
Ellen Poe
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
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-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-07-15
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-07-01
Merge pull request #29413 from YeldhamDev/global_rate_scale
Rémi Verschelde
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-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-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
Request mic access only when is needed
volzhs
2018-10-20
Fix possible audio input buffer issues
Marcelo Fernandez
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-31
Add extra latency to microphone playback to reduce clipping.
Saracen
2018-07-27
Renamed AudioDriver audio_input_* vars to input_*
Marcelo Fernandez
2018-07-27
Fixed audio clipping on WASAPI by fixing argument order on AudioClient
Saracen
2018-07-27
Modified Microphone implementation to handle only one device at a time (WIP)
Marcelo Fernandez
2018-07-27
Fixes for microphone clipping and latency (marcelofg55)
Saracen
2018-07-27
Experimental microphone support.
Saracen
2018-06-07
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-02-01
Merge pull request #15254 from mrcdk/pitch_scale
Rémi Verschelde
2018-01-22
Expose audio streams get_length()
MrCdK
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...
MrCdK
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
[next]