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
/
audio_stream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-2
/
+2
|
\
|
|
*
[macOS/iOS] Use hardware sampling rates for audio I/O.
bruvzg
2024-10-25
1
-2
/
+2
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5
Spartan322
2024-10-24
1
-0
/
+43
|
\
|
|
*
Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methods
Thaddeus Crews
2024-10-24
1
-0
/
+43
|
|
\
|
|
*
Post-code review changes.
stechyo
2024-08-26
1
-10
/
+22
|
|
*
Expose some AudioStreamPlayback methods.
stechyo
2024-08-15
1
-0
/
+31
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
1
-3
/
+3
*
|
Optimize cubic hermite algorithm in AudioStreamPlaybackResampled
wareya
2024-08-22
1
-5
/
+5
*
|
Remove empty bind_methods()
kobewi
2024-08-15
1
-6
/
+0
|
/
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-0
/
+1
*
Add samples playback support
Adam Scott
2024-06-18
1
-0
/
+27
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-5
/
+5
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
1
-58
/
+9
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
1
-0
/
+25
*
Fix AudioStreamRandomizer.random_volume_offset_db not working
jsjtxietian
2023-10-14
1
-1
/
+5
*
Tweak property order in the inspector for AudioStreamRandomizer
Hugo Locurcio
2023-09-27
1
-2
/
+2
*
Make solving project setting errors easier
RedMser
2023-03-27
1
-1
/
+1
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add optional arguments to AudioStreamRandomizer
MrBlockers
2022-12-20
1
-3
/
+3
*
Remove warning when playing random no-repeat sound with only 1 sound in pool
Hugo Locurcio
2022-12-09
1
-1
/
+2
*
Simplify GDVIRTUAL_REQUIRED_CALL calls
kobewi
2022-11-30
1
-18
/
+9
*
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
1
-38
/
+20
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-14
/
+14
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
Implement BPM support
reduz
2022-07-23
1
-12
/
+84
*
Fix some properties having an invalid float step of `0`
Hugo Locurcio
2022-07-10
1
-1
/
+1
*
Merge pull request #55846 from ellenhp/fix_ogg_edge_cases
Rémi Verschelde
2022-06-22
1
-16
/
+13
|
\
|
*
Fix ogg edge cases
Ellen Poe
2022-04-17
1
-16
/
+13
*
|
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-1
/
+1
*
|
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-25
1
-12
/
+9
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-4
/
+1
|
/
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-4
/
+28
*
Add missing binding to AudioStream class
Eoin O'Neill
2022-02-22
1
-0
/
+1
*
Add AudioStreamRandomizer, replacing AudioStreamRandomPitch
Ellen Poe
2022-02-09
1
-49
/
+321
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
1
-0
/
+22
*
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-08-27
1
-10
/
+35
*
Implement NativeExtension pointer arguments
reduz
2021-08-23
1
-0
/
+84
*
Invert how `global_rate_scale` value works, and rename it to `playback_speed_...
Michael Alexsander
2021-08-07
1
-2
/
+2
*
Fix Godot's cubic resampling algorithm
Ellen Poe
2021-07-30
1
-4
/
+4
*
Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled"
Ellen Poe
2021-07-30
1
-9
/
+9
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Merge pull request #46086 from ellenhp/new_resampling
Rémi Verschelde
2021-02-19
1
-9
/
+9
|
\
[next]