Commit History

作者 SHA1 備註 提交日期
  Bartłomiej T. Listwon 661da8f9dd Fix crash in AudioServer when switching audio devices with different audio channels count (connecting PS5 controller, bluetooth 5.1 headphones etc.) 2 年之前
  Rémi Verschelde 71066cd63b Update copyright statements to 2022 2 年之前
  Fabio Alessandrelli b800438efb [HTML5] Use browser mix rate by default on the Web. 3 年之前
  Marcel Admiraal 7e03bd1671 Remove duplicate WARN_PRINTS macro 3 年之前
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 3 年之前
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 3 年之前
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 3 年之前
  Rémi Verschelde 64a63e0861 Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 3 年之前
  Rémi Verschelde 70ae90e0e8 Core: Drop custom `copymem`/`zeromem` defines 3 年之前
  Maganty Rushyendra c5e8a81737 Fix AudioServer Crash when bus count equals 0 3 年之前
  Pedro J. Estébanez 4ddcdc031b Modernize Mutex 3 年之前
  Pedro J. Estébanez ae215451fc Make audio bus channels' peak volume consistent 3 年之前
  Sean LaPlante 2ed700d2da Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDriver lock() and unlock() methods 3 年之前
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 3 年之前
  Michael Alexsander 5dafeb94e3 Disallow setting the AudioServer's 'global_rate_scale' to a value equal or inferior to 0 4 年之前
  Fabio Alessandrelli d06ad40757 Add default 50ms output_latency web override. 4 年之前
  Fabio Alessandrelli 92031098bf Move mixrate and latency definition to AudioServer 4 年之前
  Rémi Verschelde ac63e5d613 Workaround WebM playback bug after AudioServer latency fixes 4 年之前
  Rémi Verschelde 837adb30fd Revert "Exposes capture methods to AudioServer + documentation" #30468 4 年之前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 4 年之前
  Saracen dabaa11b3c Fix to make sure the capture buffers are deallocated at shutdown. Silences warnings. 5 年之前
  Saracen 47c558b98a Expose audio callbacks as signals. 5 年之前
  Saracen c81ec6f26d Exposes capture methods to AudioServer, variable renames for consistency, 5 年之前
  Michael Alexsander Silva Dias 1c2ba35074 Add 'global_rate_scale' to the AudioServer 5 年之前
  Juan Linietsky c2027c8233 Added functions to further improve music timing 5 年之前
  Juan Linietsky af9bb0ea15 Clean up latency related functions 5 年之前
  Juan Linietsky e33764744c Added generator audio stream, and spectrum analyzer audio effect 5 年之前
  lupoDharkael 650b698f51 Allow default audio bus layout modification 5 年之前
  marxin c24f53d4f6 Fix #25639 by not shifting a negative value. 5 年之前
  Marcelo Fernandez f529649cec Fix possible crash on AudioDriver::input_buffer_write 5 年之前