| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli | 2020-05-18 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 2 | -28/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 2 | -47/+24 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 2 | -33/+33 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 2 | -12/+3 |
* | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde | 2020-01-20 | 1 | -5/+5 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 2 | -4/+4 |
* | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg | 2019-10-24 | 1 | -1/+1 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -2/+1 |
* | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen | 2019-07-15 | 1 | -5/+5 |
* | Fix compilation warnings in JS and Windows builds | Rémi Verschelde | 2019-06-15 | 1 | -8/+8 |
* | Fix WASAPI driver not working when the device doesn't supports the mix format | Marcelo Fernandez | 2019-02-23 | 1 | -0/+26 |
* | Extended WASAPI Initialize error message | Marcelo Fernandez | 2019-02-22 | 1 | -0/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 2 | -4/+4 |
* | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -11/+11 |
* | Fix possible audio input buffer issues | Marcelo Fernandez | 2018-10-20 | 1 | -4/+1 |
* | Remove redundant "== false" code | Aaron Franke | 2018-10-06 | 1 | -6/+5 |
* | Remove redundant "== true" code | Aaron Franke | 2018-10-06 | 1 | -1/+1 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -2/+0 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
* | Fix possible crash when switching audio device on WASAPI driver | Marcelo Fernandez | 2018-09-10 | 1 | -2/+3 |
* | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 1 | -4/+2 |
* | MinGW compile fix | Marcelo Fernandez | 2018-08-11 | 1 | -2/+0 |
* | Added pointer to WASAPI input_buffer_write method. | Saracen | 2018-07-27 | 1 | -2/+2 |
* | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez | 2018-07-27 | 1 | -23/+13 |
* | Reset audio input during render device change to keep synchronisation. | Saracen | 2018-07-27 | 1 | -0/+3 |
* | Fixed audio clipping on WASAPI by fixing argument order on AudioClient | Saracen | 2018-07-27 | 1 | -4/+10 |
* | Fix single channel capture devices on WASAPI. | Saracen | 2018-07-27 | 1 | -7/+17 |
* | Fixed device capture switching for WASAPI driver | Marcelo Fernandez | 2018-07-27 | 1 | -2/+28 |
* | Implemented capture device selection for CoreAudio | Marcelo Fernandez | 2018-07-27 | 2 | -3/+3 |
* | Modified Microphone implementation to handle only one device at a time (WIP) | Marcelo Fernandez | 2018-07-27 | 2 | -438/+279 |
* | Fixes for microphone clipping and latency (marcelofg55) | Saracen | 2018-07-27 | 2 | -28/+62 |
* | Experimental microphone support. | Saracen | 2018-07-27 | 2 | -26/+379 |
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -1/+1 |
* | -Project/Editor settings now use new inspector | Juan Linietsky | 2018-07-19 | 1 | -1/+1 |
* | Add Audio Server profiling time to the profiler | Marcelo Fernandez | 2018-07-17 | 2 | -36/+31 |
* | WASAPI audio driver compile fix on mingw | Marcelo Fernandez | 2018-04-09 | 1 | -0/+11 |
* | Merge pull request #17742 from marcelofg55/audio_device_list | Juan Linietsky | 2018-04-07 | 2 | -2/+135 |
|\ |
|
| * | Added new audio device functions to set/get the audio device | Marcelo Fernandez | 2018-03-26 | 2 | -2/+135 |
* | | WASAPI driver will now resample when the device rate != audio/mix_rate | Marcelo Fernandez | 2018-03-29 | 1 | -4/+13 |
|/ |
|
* | Improved WASAPI driver so that it always uses the default audio device | Marcelo Fernandez | 2018-01-19 | 1 | -1/+87 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 2 | -2/+4 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 2 | -4/+4 |
* | Fix wasapi going silent when number of channels are not supported | Marcelo Fernandez | 2017-11-30 | 2 | -37/+49 |
* | Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be built | Indah Sylvia | 2017-11-25 | 1 | -1/+1 |
* | Improved WASAPI driver logic when devices are connected or disconnected | Marcelo Fernandez | 2017-10-31 | 2 | -15/+40 |
* | Fixed issues with surround sound on audio server | Marcelo Fernandez | 2017-09-12 | 1 | -3/+5 |
* | Merge pull request #10775 from marcelofg55/buffersize_fixes | Rémi Verschelde | 2017-09-01 | 2 | -11/+23 |
|\ |
|