コミット履歴

作者 SHA1 メッセージ 日付
  Pedro J. Estébanez a2b3a73e2d Make audio bus channels' peak volume consistent 4 年 前
  Sean LaPlante 17ac012728 Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDriver lock() and unlock() methods 4 年 前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年 前
  Aaron Franke 02161aad5a Remove empty lines around braces with the formatting script 5 年 前
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 5 年 前
  reduz ee06a70ea6 Refactor MethodBind to use variadic templates 5 年 前
  Fabio Alessandrelli 90c7102b51 Move mix_rate, ouput_latency to AudioDriverManager 5 年 前
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 年 前
  Rémi Verschelde 69de7ce38c Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 5 年 前
  Juan Linietsky 16245f2c29 Remove the audio memory allocator, use regular one instead. 5 年 前
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 年 前
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 年 前
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 年 前
  Rémi Verschelde da411d1625 Workaround WebM playback bug after AudioServer latency fixes 5 年 前
  Rémi Verschelde 4faaf6089a Remove unused #if 0'ed code 5 年 前
  Rémi Verschelde 837adb30fd Revert "Exposes capture methods to AudioServer + documentation" #30468 5 年 前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 年 前
  Saracen dabaa11b3c Fix to make sure the capture buffers are deallocated at shutdown. Silences warnings. 6 年 前
  Saracen c81ec6f26d Exposes capture methods to AudioServer, variable renames for consistency, 6 年 前
  Rémi Verschelde 380bf04566 Merge pull request #29413 from YeldhamDev/global_rate_scale 6 年 前
  Michael Alexsander Silva Dias 1c2ba35074 Add 'global_rate_scale' to the AudioServer 6 年 前
  JohnJLight 38d3bfe971 Made use of semicolons more consitent, fixed formatting 6 年 前
  Arthur Brainville 147b2403e4 audio_server.h : fix typo in comment (minor) 6 年 前
  Juan Linietsky c2027c8233 Added functions to further improve music timing 6 年 前
  Juan Linietsky af9bb0ea15 Clean up latency related functions 6 年 前
  Juan Linietsky e33764744c Added generator audio stream, and spectrum analyzer audio effect 6 年 前
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 年 前
  Rémi Verschelde 016092181c Merge pull request #22910 from marcelofg55/nothreads_rec 6 年 前
  Marcelo Fernandez 7da55fb739 Fix AudioEffectRecord not working without thread support 7 年 前
  Marcelo Fernandez 792786b4b7 Fix EditorAudioBuses not updating when changing to a device with different channels 6 年 前