summaryrefslogtreecommitdiffstats
path: root/servers/audio_server.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98131 from KeyboardDanni/remove_playback_fadeinThaddeus Crews2024-11-051-0/+8
|\
| * Add some more comments to AudioServer and remove playback fade-inDanni2024-11-051-0/+8
* | Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-291-0/+2
|\ \
| * | [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-251-0/+2
| |/
* / Add `AudioServer.get_driver_name()` to get the actual audio driver nameHugo Locurcio2024-10-221-0/+2
|/
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+2
* Merge pull request #95197 from yahkr/95128-audio-fixRémi Verschelde2024-08-161-0/+2
|\
| * Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-08-081-0/+2
* | Fix typo that prevented samples finishingAdam Scott2024-07-261-1/+1
* | Fix audio samples not being able to be "finished"Adam Scott2024-07-171-0/+2
|/
* Add samples playback supportAdam Scott2024-06-181-0/+45
* Merge pull request #86777 from Mickeon/autocomplete-classdbRémi Verschelde2024-03-011-0/+4
|\
| * Add autocompletion for ClassDB & AudioServerMicky2024-02-291-0/+4
* | Fix data race regarding `prof_time` in `AudioDriver` and `AudioServer`jsjtxietian2024-02-061-7/+7
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-4/+4
|/
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-2/+0
* Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-1/+4
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-9/+15
* Audio rename (device, capture_device) -> (output_device, input_device)souplamp2023-01-311-12/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace Array return types with TypedArraykobewi2022-08-221-4/+4
* Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-281-1/+1
* Implement BPM supportreduz2022-07-231-0/+5
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-50/+40
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playbackDouglas Leão2021-10-101-2/+2
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-2/+7
* Do all audio mixing in the AudioServerEllen Poe2021-08-271-9/+76
* Invert how `global_rate_scale` value works, and rename it to `playback_speed_...Michael Alexsander2021-08-071-3/+3
* Make audio bus channels' peak volume consistentPedro J. Estébanez2021-02-021-1/+1
* Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDri...Sean LaPlante2021-01-161-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-181-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-4/+8
* Remove the audio memory allocator, use regular one instead.Juan Linietsky2020-03-271-14/+0
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Workaround WebM playback bug after AudioServer latency fixesRémi Verschelde2020-02-071-3/+0
* Remove unused #if 0'ed codeRémi Verschelde2020-01-211-12/+0
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-17/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix to make sure the capture buffers are deallocated at shutdown. Silences wa...Saracen2019-10-111-0/+2
* Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-151-8/+15