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_server.cpp
Age
Commit message (
Expand
)
Author
2023-04-26
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-02-09
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-01-31
Audio rename (device, capture_device) -> (output_device, input_device)
souplamp
2023-01-06
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-17
Remove redundant nullptr check before delete
Quentin Guidée
2022-12-11
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-07-28
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-23
Implement BPM support
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-01
Fix crash in AudioServer when switching audio devices with different audio ch...
Bartłomiej T. Listwon
2022-02-17
Expose `AudioServer.capture_device` as a property
Hugo Locurcio
2022-01-29
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Add a shader warning when the uniform buffer limit is exceeded
Yuri Roubinsky
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-18
fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::st...
Mark Riedesel
2021-10-10
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
Douglas Leão
2021-09-15
[HTML5] Use browser mix rate by default on the Web.
Fabio Alessandrelli
2021-09-07
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-08-27
Do all audio mixing in the AudioServer
Ellen Poe
2021-08-07
Invert how `global_rate_scale` value works, and rename it to `playback_speed_...
Michael Alexsander
2021-07-18
Optimize StringName usage
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-25
Fix some warnings raised by GCC-11.1
jfons
2021-04-24
Fix AudioServer Crash when bus count equals 0
Maganty Rushyendra
2021-02-18
Reorganize Project Settings
reduz
2021-02-02
Make audio bus channels' peak volume consistent
Pedro J. Estébanez
2021-01-16
Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDri...
Sean LaPlante
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-10
Merge pull request #43333 from YeldhamDev/global_rate_scale_min
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-05
Disallow setting the AudioServer's 'global_rate_scale' to a value equal or in...
Michael Alexsander
2020-07-01
Add default 50ms output_latency web override.
Fabio Alessandrelli
2020-05-18
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
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-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Remove the audio memory allocator, use regular one instead.
Juan Linietsky
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
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
[next]