index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
audio_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-27
/
+46
|
\
|
*
Merge pull request #98131 from KeyboardDanni/remove_playback_fadein
Thaddeus Crews
2024-11-05
1
-27
/
+46
|
|
\
|
|
*
Add some more comments to AudioServer and remove playback fade-in
Danni
2024-11-05
1
-27
/
+46
*
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-0
/
+5
|
\
|
|
|
*
|
Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doing
Thaddeus Crews
2024-10-29
1
-0
/
+5
|
|
\
\
|
|
*
|
[macOS/iOS] Use hardware sampling rates for audio I/O.
bruvzg
2024-10-25
1
-0
/
+5
|
|
|
/
*
|
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
Add `AudioServer.get_driver_name()` to get the actual audio driver name
Hugo Locurcio
2024-10-22
1
-0
/
+6
|
|
/
*
/
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fixed _stop() not being called when stop() is called
BigPotatoAss
2024-10-02
1
-0
/
+2
*
[Editor,Servers]: Minor optimizations
Stuart Carnie
2024-09-12
1
-1
/
+1
*
Fix leak when using audio samples instead of streams
Adam Scott
2024-09-04
1
-12
/
+36
*
Merge pull request #94808 from RandomShaper/aud_srv_cod_sty
Rémi Verschelde
2024-08-28
1
-6
/
+12
|
\
|
*
AudioServer: Fix code style issues
Pedro J. Estébanez
2024-07-26
1
-6
/
+12
*
|
Merge pull request #95197 from yahkr/95128-audio-fix
Rémi Verschelde
2024-08-16
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Fix AudioStreamPlayer get_playback_position() for web build
Yahkub-R
2024-08-08
1
-0
/
+11
*
|
Fix audio samples not being able to be "finished"
Adam Scott
2024-07-17
1
-0
/
+12
|
/
*
Add samples playback support
Adam Scott
2024-06-18
1
-3
/
+146
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-3
/
+3
*
Merge pull request #86777 from Mickeon/autocomplete-classdb
Rémi Verschelde
2024-03-01
1
-0
/
+13
|
\
|
*
Add autocompletion for ClassDB & AudioServer
Micky
2024-02-29
1
-0
/
+13
*
|
Fix member names of `AudioFrame` to match extension
A Thousand Ships
2024-02-13
1
-15
/
+15
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
|
Fix data race regarding `prof_time` in `AudioDriver` and `AudioServer`
jsjtxietian
2024-02-06
1
-3
/
+3
*
|
Merge pull request #86581 from MJacred/optimize/audio_server
Rémi Verschelde
2024-01-26
1
-4
/
+18
|
\
\
|
*
|
Optimize AudioServer::_driver_process()
MJacred
2024-01-26
1
-4
/
+18
*
|
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge pull request #84800 from gshadows/fix_options_range
Rémi Verschelde
2024-01-03
1
-2
/
+4
|
\
\
|
*
|
Fix unlimited project option ranges that could cause crashes.
G-Shadow
2023-12-22
1
-2
/
+4
|
|
/
*
/
Fix AudioServer::start_playback_stream does not iterate through given p_bus_v...
MJacred
2023-12-28
1
-0
/
+1
|
/
*
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
1
-3
/
+3
*
Add a bus_renamed AudioServer signal
MewPurPur
2023-09-15
1
-4
/
+7
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-2
/
+0
*
Use StringName consistently to refer to the Master audio bus name
Hugo Locurcio
2023-08-07
1
-3
/
+4
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
1
-0
/
+14
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
1
-3
/
+4
*
Audio rename (device, capture_device) -> (output_device, input_device)
souplamp
2023-01-31
1
-25
/
+25
*
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-2
/
+1
|
\
|
*
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-2
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Remove redundant nullptr check before delete
Quentin Guidée
2022-12-17
1
-6
/
+2
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-3
/
+3
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-6
/
+6
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
1
-1
/
+1
*
Implement BPM support
reduz
2022-07-23
1
-0
/
+14
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-20
/
+0
[next]