summaryrefslogtreecommitdiffstats
path: root/servers/audio_server.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add missing BIND_ENUM for SPEAKER_SURROUND_31Marcelo Fernandez2018-10-081-0/+1
|/
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* log to console if falling back to dummy audio driverthfrwn2018-08-271-1/+5
* Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-211-2/+2
* Add Dummy AudioDriver into the AudioDriverManager listMarcelo Fernandez2018-08-131-11/+8
* Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez2018-07-271-0/+11
* Implemented capture device selection for CoreAudioMarcelo Fernandez2018-07-271-3/+7
* Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez2018-07-271-124/+13
* Experimental microphone support.Saracen2018-07-271-0/+135
* Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde2018-07-261-2/+2
|\
| * Audio Recording moduleGustav Lund2018-07-261-2/+2
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-37/+37
|/
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-3/+3
* Add Audio Server profiling time to the profilerMarcelo Fernandez2018-07-171-0/+88
* Added Performance.AUDIO_OUTPUT_LATENCYMarcelo Fernandez2018-07-171-0/+9
* Remove audio latency printGeorge Marques2018-06-201-23/+0
* Removed unused AudioServer::update functionMarcelo Fernandez2018-06-151-3/+0
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-0/+30
* Fix possible crash when audio channels changeMarcelo Fernandez2018-03-191-11/+30
* AudioServer emit bus_layout_changed signal when adding, moving or deleting a busMrCdK2018-02-231-0/+6
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-8/+8
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* found via cppcheck:firefly24422018-01-031-1/+0
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Delete AudioServer buses after driver shutdownBernhard Liebl2017-12-291-4/+4
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-5/+5
* Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-131-0/+2
|\
| * Fix video playbackMatt Hughes2017-10-141-0/+2
* | Improved WASAPI driver logic when devices are connected or disconnectedMarcelo Fernandez2017-10-311-1/+1
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-0/+39
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-0/+39
* | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+4
|\ \ | |/ |/|
| * Fix enums bindingsMaxim Sheronov2017-09-131-0/+4
* | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-18/+31
|/
* Fix various assorted warningsHein-Pieter van Braam2017-09-081-1/+2
* Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-011-0/+23
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* -Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky2017-08-181-13/+61
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* Fix double finalisation of audio driversMarcelo Fernandez2017-08-021-2/+3
* Fix AudioServer::finish not getting called while quittingMarcelo Fernandez2017-08-011-1/+2
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-221-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* Add object type hint for docsPoommetee Ketson2017-07-191-2/+2
* Added get_bus_index to AudioServerBruno Lourenço2017-07-101-0/+10
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-081-2/+2