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
2023-02-09
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-20
Add optional arguments to AudioStreamRandomizer
MrBlockers
2022-12-09
Remove warning when playing random no-repeat sound with only 1 sound in pool
Hugo Locurcio
2022-11-30
Simplify GDVIRTUAL_REQUIRED_CALL calls
kobewi
2022-10-19
Simplify GDVIRTUAL_CALL calls
kobewi
2022-09-26
Change time parameters and variables to double type
Dave Palais
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-07-23
Implement BPM support
reduz
2022-07-10
Fix some properties having an invalid float step of `0`
Hugo Locurcio
2022-06-22
Merge pull request #55846 from ellenhp/fix_ogg_edge_cases
Rémi Verschelde
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-05-25
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-17
Fix ogg edge cases
Ellen Poe
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
[next]