A Thousand Ships
|
fdd3d36c6d
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
MewPurPur
|
f29b6e73c2
Add a bus_renamed AudioServer signal
|
1 year ago |
Hugo Locurcio
|
6f1152bdbe
Add a `--audio-output-latency` command-line argument
|
2 years ago |
Hugo Locurcio
|
49b6067aba
Use StringName consistently to refer to the Master audio bus name
|
2 years ago |
Eoin O'Neill
|
5a08091168
Fix crash caused by invalid mix_rate assignment due to bogus
|
2 years ago |
Emmanouil Papadeas
|
c36460060e
Further refactoring to AudioDriver implementations after #69120.
|
2 years ago |
souplamp
|
5300daaff2
Audio rename (device, capture_device) -> (output_device, input_device)
|
2 years ago |
Rémi Verschelde
|
163f6f5fe8
Merge pull request #68429 from KoBeWi/PropertySettings
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Quentin Guidée
|
7465ca9587
Remove redundant nullptr check before delete
|
2 years ago |
kobewi
|
7c6b659bd7
Add PropertyInfo overload for GLOBAL_DEF
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
Micky
|
59e11934d8
Rename `str2var` to `str_to_var` and similar
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
DeeJayLSP
|
4889659227
Rename AudioStreamSample to a more discoverable name
|
3 years ago |
reduz
|
d1ddee2258
Implement BPM support
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
Bartłomiej T. Listwon
|
30962c6b69
Fix crash in AudioServer when switching audio devices with different audio channels count (connecting PS5 controller, bluetooth 5.1 headphones etc.)
|
3 years ago |
Hugo Locurcio
|
1d35b37499
Expose `AudioServer.capture_device` as a property
|
3 years ago |
Nathan Franke
|
8a0a3accee
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Yuri Roubinsky
|
fd9c92d4ab
Add a shader warning when the uniform buffer limit is exceeded
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 years ago |
Mark Riedesel
|
61ab63a4be
fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::start_playback_stream()
|
3 years ago |
Douglas Leão
|
39a90751dc
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
|
3 years ago |
Fabio Alessandrelli
|
d187bb4e11
[HTML5] Use browser mix rate by default on the Web.
|
3 years ago |
Ellen Poe
|
0e3cab41eb
Add polyphony to Audio Stream Player nodes
|
4 years ago |
Ellen Poe
|
3598d300cb
Do all audio mixing in the AudioServer
|
4 years ago |