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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5
Spartan322
2024-10-24
1
-0
/
+6
|
\
|
*
Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methods
Thaddeus Crews
2024-10-24
1
-0
/
+6
|
|
\
|
|
*
Post-code review changes.
stechyo
2024-08-26
1
-1
/
+3
|
|
*
Expose some AudioStreamPlayback methods.
stechyo
2024-08-15
1
-0
/
+4
*
|
|
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
*
|
Fix leak when using audio samples instead of streams
Adam Scott
2024-09-04
1
-0
/
+1
*
|
Honor `pitch_scale` value before playing audio sample
Adam Scott
2024-08-20
1
-0
/
+1
*
|
Remove empty bind_methods()
kobewi
2024-08-15
1
-5
/
+0
|
/
*
Fix audio samples not being able to be "finished"
Adam Scott
2024-07-17
1
-1
/
+0
*
Fix Web samples finished missing signal
Adam Scott
2024-07-07
1
-0
/
+1
*
Add samples playback support
Adam Scott
2024-06-18
1
-0
/
+48
*
Automatically use property count in PropertyListHelper
kobewi
2024-05-25
1
-1
/
+1
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
1
-4
/
+10
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
1
-0
/
+19
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-1
/
+0
*
Simpler default values for AudioStreamRandomizer
RedMser
2023-08-02
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
-1
/
+1
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-2
/
+2
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-16
/
+16
*
Implement BPM support
reduz
2022-07-23
1
-6
/
+37
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-5
/
+5
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-3
/
+8
*
Add AudioStreamRandomizer, replacing AudioStreamRandomPitch
Ellen Poe
2022-02-09
1
-16
/
+61
*
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
/
+5
*
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-08-27
1
-7
/
+9
*
Implement NativeExtension pointer arguments
reduz
2021-08-23
1
-10
/
+27
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-23
/
+23
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-20
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-07-15
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-7
/
+7
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix possible audio input buffer issues
Marcelo Fernandez
2018-10-20
1
-2
/
+0
*
Fix warnings on non-static data member initializers (C++11 feature)
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Add extra latency to microphone playback to reduce clipping.
Saracen
2018-07-31
1
-0
/
+2
*
Modified Microphone implementation to handle only one device at a time (WIP)
Marcelo Fernandez
2018-07-27
1
-6
/
+1
*
Fixes for microphone clipping and latency (marcelofg55)
Saracen
2018-07-27
1
-1
/
+1
[next]