Commit History

Author SHA1 Message Date
  bruvzg 7b64340eb0 Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI. 5 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
  Saracen c81ec6f26d Exposes capture methods to AudioServer, variable renames for consistency, 6 years ago
  Rémi Verschelde 68735d2a88 Fix compilation warnings in JS and Windows builds 6 years ago
  Marcelo Fernandez e1e4f96995 Fix WASAPI driver not working when the device doesn't supports the mix format 6 years ago
  Marcelo Fernandez 548a66a621 Extended WASAPI Initialize error message 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Marcelo Fernandez fa26a5511d Fix possible audio input buffer issues 6 years ago
  Aaron Franke 4f7b33cdcf Remove redundant "== false" code 7 years ago
  Aaron Franke 37386f112b Remove redundant "== true" code 7 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Marcelo Fernandez 10a4925159 Fix possible crash when switching audio device on WASAPI driver 7 years ago
  Rémi Verschelde de59fe04e7 Add print_verbose to print to stdout only in verbose mode 7 years ago
  Marcelo Fernandez a9f071c41b MinGW compile fix 7 years ago
  Saracen d91183be52 Added pointer to WASAPI input_buffer_write method. 7 years ago
  Marcelo Fernandez 597301db34 Renamed AudioDriver audio_input_* vars to input_* 7 years ago
  Saracen 0a877b58b8 Reset audio input during render device change to keep synchronisation. 7 years ago
  Saracen aca6e291d6 Fixed audio clipping on WASAPI by fixing argument order on AudioClient 7 years ago
  Saracen 7142e1d3f7 Fix single channel capture devices on WASAPI. 7 years ago
  Marcelo Fernandez 909cf03568 Fixed device capture switching for WASAPI driver 7 years ago
  Marcelo Fernandez 2cf8da9d9f Implemented capture device selection for CoreAudio 7 years ago
  Marcelo Fernandez 061358d838 Modified Microphone implementation to handle only one device at a time (WIP) 7 years ago
  Saracen 76fd9d215c Fixes for microphone clipping and latency (marcelofg55) 7 years ago
  Saracen f85062495c Experimental microphone support. 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago
  Juan Linietsky c69de2ba46 -Project/Editor settings now use new inspector 7 years ago
  Marcelo Fernandez 9f6536bd0a Add Audio Server profiling time to the profiler 7 years ago
  Marcelo Fernandez 3316a64e12 WASAPI audio driver compile fix on mingw 7 years ago
  Juan Linietsky 1570a72eee Merge pull request #17742 from marcelofg55/audio_device_list 7 years ago
  Marcelo Fernandez d21a2019f1 WASAPI driver will now resample when the device rate != audio/mix_rate 7 years ago