summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_effect_record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-5/+5
* WAV stream/importer: Improve compression/loop names and descriptionsDeeJayLSP2024-08-301-1/+1
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-2/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Fix AudioEffectRecord circular referenceWilson E. Alvarez2023-06-191-20/+19
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-8/+0
* Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-281-10/+10
* Cleanup AudioEffectRecord thread_active variableMarcel Admiraal2022-06-171-4/+0
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-0/+9
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Modernize ThreadPedro J. Estébanez2021-01-291-4/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+8
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed an issue with recording audio.Catchawink2019-12-121-2/+3
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+1
* Fix recording bus regression.Saracen2019-08-121-1/+1
* fix some crashesFurkan Türkal2019-07-011-0/+3
* Fix AudioEffectRecord messing up the effect stack by not writing to dst_framesBojidar Marinov2019-05-091-0/+4
* Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix AudioEffectRecord not working without thread supportMarcelo Fernandez2018-12-121-17/+46
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-1/+1
* Fix crash while importing corrupted wavPoommetee Ketson2018-08-211-1/+1
* Fix of AudioRecordingEffect propertyGustav Lund2018-07-271-10/+15
* Audio Recording moduleGustav Lund2018-07-261-0/+259