Malcolm Anderson
|
2f5b97c7f9
Add `volume_linear` property and methods for audio-related classes
|
9 months ago |
Thaddeus Crews
|
4dc69c827b
Merge pull request #98131 from KeyboardDanni/remove_playback_fadein
|
9 months ago |
Danni
|
e55ceebbf9
Add some more comments to AudioServer and remove playback fade-in
|
10 months ago |
Thaddeus Crews
|
73830b3c12
Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doing
|
9 months ago |
bruvzg
|
c8609f4c0f
[macOS/iOS] Use hardware sampling rates for audio I/O.
|
1 year ago |
Hugo Locurcio
|
77c31b9cc8
Add `AudioServer.get_driver_name()` to get the actual audio driver name
|
10 months ago |
Adam Scott
|
d3ddce6b88
Fix leak when using audio samples instead of streams
|
11 months ago |
Rémi Verschelde
|
f2fb3353cb
Merge pull request #95197 from yahkr/95128-audio-fix
|
1 year ago |
Yahkub-R
|
bcd776e441
Fix AudioStreamPlayer get_playback_position() for web build
|
1 year ago |
Adam Scott
|
7802c361b7
Fix typo that prevented samples finishing
|
1 year ago |
Adam Scott
|
2f5f84b470
Fix audio samples not being able to be "finished"
|
1 year ago |
Adam Scott
|
52fa4f05f3
Add samples playback support
|
1 year ago |
Rémi Verschelde
|
0618bff394
Merge pull request #86777 from Mickeon/autocomplete-classdb
|
1 year ago |
Micky
|
920dff3445
Add autocompletion for ClassDB & AudioServer
|
1 year ago |
jsjtxietian
|
cf1ede9129
Fix data race regarding `prof_time` in `AudioDriver` and `AudioServer`
|
1 year ago |
Muller-Castro
|
96a95cb974
Add const lvalue ref to container parameters
|
4 years ago |
Hugo Locurcio
|
6f1152bdbe
Add a `--audio-output-latency` command-line argument
|
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
|
d95794ec8a
One Copyright Update to rule them all
|
2 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 |
Rémi Verschelde
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Douglas Leão
|
39a90751dc
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
|
3 years ago |
Ellen Poe
|
0e3cab41eb
Add polyphony to Audio Stream Player nodes
|
4 years ago |