Yufeng Ying
|
e88e30c273
Remove unused headers in servers.
|
8 months ago |
David Snopek
|
3866a7f818
Add missing `GDVIRTUAL_BIND()` for `AudioStream::_has_loop()` and `::_get_bar_beats()`
|
8 months ago |
Thaddeus Crews
|
bb5f390fb9
Style: Apply `clang-tidy` fixes (superficial)
|
1 year ago |
bruvzg
|
c8609f4c0f
[macOS/iOS] Use hardware sampling rates for audio I/O.
|
1 year ago |
Thaddeus Crews
|
8c52533aed
Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methods
|
10 months ago |
David Snopek
|
c2af6bcb59
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
|
1 year ago |
stechyo
|
c32f72f7fa
Post-code review changes.
|
1 year ago |
wareya
|
94b31c1db7
Optimize cubic hermite algorithm in AudioStreamPlaybackResampled
|
1 year ago |
stechyo
|
e479c238a2
Expose some AudioStreamPlayback methods.
|
1 year ago |
kobewi
|
065dd099dd
Remove empty bind_methods()
|
1 year ago |
Yuri Rubinsky
|
af5fc8354b
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
|
1 year ago |
Adam Scott
|
52fa4f05f3
Add samples playback support
|
1 year ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
1 year ago |
Gilles Roudière
|
7705265477
Fix PropertyListHelper::_get_property returning a valid value even if an index is outside the array valid indices
|
1 year ago |
A Thousand Ships
|
a0dbdcc3ab
Replace `find` with `contains/has` where applicable
|
1 year ago |
kobewi
|
e95e954c68
Add PropertyListHelper in all simple cases
|
1 year ago |
Juan Linietsky
|
a40fe16866
Implement audio stream playback parameters.
|
1 year ago |
jsjtxietian
|
34eba41aea
Fix AudioStreamRandomizer.random_volume_offset_db not working
|
1 year ago |
Hugo Locurcio
|
50f6c578c6
Tweak property order in the inspector for AudioStreamRandomizer
|
1 year ago |
RedMser
|
ed960453b7
Make solving project setting errors easier
|
2 years ago |
Emmanouil Papadeas
|
c36460060e
Further refactoring to AudioDriver implementations after #69120.
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
MrBlockers
|
569ead5762
Add optional arguments to AudioStreamRandomizer
|
2 years ago |
Hugo Locurcio
|
35d788cff5
Remove warning when playing random no-repeat sound with only 1 sound in pool
|
2 years ago |
kobewi
|
9a3960daa5
Simplify GDVIRTUAL_REQUIRED_CALL calls
|
2 years ago |
kobewi
|
d06a8320e5
Simplify GDVIRTUAL_CALL calls
|
2 years ago |
Dave Palais
|
0c46068af0
Change time parameters and variables to double type
|
2 years ago |
Micky
|
59e11934d8
Rename `str2var` to `str_to_var` and similar
|
3 years ago |
reduz
|
d1ddee2258
Implement BPM support
|
3 years ago |
Hugo Locurcio
|
75f7e1fbf8
Fix some properties having an invalid float step of `0`
|
3 years ago |