Commit History

Author SHA1 Message Date
  Rémi Verschelde 292b2dbce7 CI: Update Ubuntu runners to 24.04, but keep 22.04 for Linux builds 10 months ago
  Rémi Verschelde 16f6a5b139 One Copyright Update to rule them all 2 years ago
  Rémi Verschelde a627cdafc5 Update copyright statements to 2022 3 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
  Rémi Verschelde 64a63e0861 Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 4 years ago
  Rémi Verschelde 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
  Pedro J. Estébanez 4ddcdc031b Modernize Mutex 4 years ago
  Pedro J. Estébanez ae215451fc Make audio bus channels' peak volume consistent 4 years ago
  Sean LaPlante 2ed700d2da Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDriver lock() and unlock() methods 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Fabio Alessandrelli 92031098bf Move mixrate and latency definition to AudioServer 5 years ago
  Rémi Verschelde ac63e5d613 Workaround WebM playback bug after AudioServer latency fixes 5 years ago
  Rémi Verschelde 4faaf6089a Remove unused #if 0'ed code 5 years ago
  Rémi Verschelde 837adb30fd Revert "Exposes capture methods to AudioServer + documentation" #30468 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Saracen dabaa11b3c Fix to make sure the capture buffers are deallocated at shutdown. Silences warnings. 5 years ago
  Saracen c81ec6f26d Exposes capture methods to AudioServer, variable renames for consistency, 6 years ago
  Rémi Verschelde 380bf04566 Merge pull request #29413 from YeldhamDev/global_rate_scale 6 years ago
  Michael Alexsander Silva Dias 1c2ba35074 Add 'global_rate_scale' to the AudioServer 6 years ago
  JohnJLight 38d3bfe971 Made use of semicolons more consitent, fixed formatting 6 years ago
  Arthur Brainville 147b2403e4 audio_server.h : fix typo in comment (minor) 6 years ago
  Juan Linietsky c2027c8233 Added functions to further improve music timing 6 years ago
  Juan Linietsky af9bb0ea15 Clean up latency related functions 6 years ago
  Juan Linietsky e33764744c Added generator audio stream, and spectrum analyzer audio effect 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Rémi Verschelde 016092181c Merge pull request #22910 from marcelofg55/nothreads_rec 6 years ago
  Marcelo Fernandez 7da55fb739 Fix AudioEffectRecord not working without thread support 7 years ago
  Marcelo Fernandez 792786b4b7 Fix EditorAudioBuses not updating when changing to a device with different channels 6 years ago
  Juan Linietsky 65111ba996 Ability to remove buses while they are being used on 2D and 3D stream players. Fixes #15115 6 years ago