| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add missing BIND_ENUM for SPEAKER_SURROUND_31 | Marcelo Fernandez | 2018-10-08 | 1 | -0/+1 |
|/ |
|
* | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde | 2018-09-27 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+4 |
* | log to console if falling back to dummy audio driver | thfrwn | 2018-08-27 | 1 | -1/+5 |
* | Fix arg name in docs, some copy-paste errors | Poommetee Ketson | 2018-08-21 | 1 | -2/+2 |
* | Add Dummy AudioDriver into the AudioDriverManager list | Marcelo Fernandez | 2018-08-13 | 1 | -11/+8 |
* | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez | 2018-07-27 | 1 | -0/+11 |
* | Implemented capture device selection for CoreAudio | Marcelo Fernandez | 2018-07-27 | 1 | -3/+7 |
* | Modified Microphone implementation to handle only one device at a time (WIP) | Marcelo Fernandez | 2018-07-27 | 1 | -124/+13 |
* | Experimental microphone support. | Saracen | 2018-07-27 | 1 | -0/+135 |
* | Merge pull request #15967 from Gamblify/AudioRecordingModule | Rémi Verschelde | 2018-07-26 | 1 | -2/+2 |
|\ |
|
| * | Audio Recording module | Gustav Lund | 2018-07-26 | 1 | -2/+2 |
* | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -37/+37 |
|/ |
|
* | -Project/Editor settings now use new inspector | Juan Linietsky | 2018-07-19 | 1 | -3/+3 |
* | Add Audio Server profiling time to the profiler | Marcelo Fernandez | 2018-07-17 | 1 | -0/+88 |
* | Added Performance.AUDIO_OUTPUT_LATENCY | Marcelo Fernandez | 2018-07-17 | 1 | -0/+9 |
* | Remove audio latency print | George Marques | 2018-06-20 | 1 | -23/+0 |
* | Removed unused AudioServer::update function | Marcelo Fernandez | 2018-06-15 | 1 | -3/+0 |
* | Added new audio device functions to set/get the audio device | Marcelo Fernandez | 2018-03-26 | 1 | -0/+30 |
* | Fix possible crash when audio channels change | Marcelo Fernandez | 2018-03-19 | 1 | -11/+30 |
* | AudioServer emit bus_layout_changed signal when adding, moving or deleting a bus | MrCdK | 2018-02-23 | 1 | -0/+6 |
* | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -2/+2 |
* | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -8/+8 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | found via cppcheck: | firefly2442 | 2018-01-03 | 1 | -1/+0 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Delete AudioServer buses after driver shutdown | Bernhard Liebl | 2017-12-29 | 1 | -4/+4 |
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -5/+5 |
* | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | 2017-11-13 | 1 | -0/+2 |
|\ |
|
| * | Fix video playback | Matt Hughes | 2017-10-14 | 1 | -0/+2 |
* | | Improved WASAPI driver logic when devices are connected or disconnected | Marcelo Fernandez | 2017-10-31 | 1 | -1/+1 |
|/ |
|
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -2/+2 |
* | Merge pull request #11252 from marcelofg55/fix_noaudio_crash | Rémi Verschelde | 2017-09-17 | 1 | -0/+39 |
|\ |
|
| * | Fix crash when no audio driver is available | Marcelo Fernandez | 2017-09-13 | 1 | -0/+39 |
* | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | 2017-09-15 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 1 | -0/+4 |
* | | Fixed issues with surround sound on audio server | Marcelo Fernandez | 2017-09-12 | 1 | -18/+31 |
|/ |
|
* | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -1/+2 |
* | Corrections to audio buffer size calculations | Marcelo Fernandez | 2017-09-01 | 1 | -0/+23 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -2/+2 |
* | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 1 | -13/+61 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -4/+4 |
* | Fix double finalisation of audio drivers | Marcelo Fernandez | 2017-08-02 | 1 | -2/+3 |
* | Fix AudioServer::finish not getting called while quitting | Marcelo Fernandez | 2017-08-01 | 1 | -1/+2 |
* | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | 2017-07-22 | 1 | -1/+1 |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -1/+1 |
* | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -2/+2 |
* | Added get_bus_index to AudioServer | Bruno Lourenço | 2017-07-10 | 1 | -0/+10 |
* | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 2017-07-08 | 1 | -2/+2 |