summaryrefslogtreecommitdiffstats
path: root/servers/audio_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix to make sure the capture buffers are deallocated at shutdown. Silences wa...Saracen2019-10-111-0/+1
* Expose audio callbacks as signals.Saracen2019-07-161-0/+6
* Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-151-15/+43
* Add 'global_rate_scale' to the AudioServerMichael Alexsander Silva Dias2019-06-191-0/+17
* Added functions to further improve music timingJuan Linietsky2019-04-271-0/+11
* Clean up latency related functionsJuan Linietsky2019-04-271-16/+15
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+10
* Allow default audio bus layout modificationlupoDharkael2019-04-051-2/+4
* Fix #25639 by not shifting a negative value.marxin2019-03-051-2/+4
* Fix possible crash on AudioDriver::input_buffer_writeMarcelo Fernandez2019-03-021-6/+12
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* Fix typos with codespellRémi Verschelde2019-02-131-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24324 from volzhs/access-micRémi Verschelde2018-12-141-0/+1
|\
| * Request mic access only when is neededvolzhs2018-12-141-0/+1
* | Merge pull request #22910 from marcelofg55/nothreads_recRémi Verschelde2018-12-131-0/+24
|\ \ | |/ |/|
| * Fix AudioEffectRecord not working without thread supportMarcelo Fernandez2018-12-121-0/+24
* | Fix EditorAudioBuses not updating when changing to a device with different ch...Marcelo Fernandez2018-12-111-0/+8
* | Ability to remove buses while they are being used on 2D and 3D stream players...Juan Linietsky2018-11-131-0/+8
* | Use `ResourceLoader::exists` to check for default audio bus layoutmerumelu2018-11-121-1/+1
* | Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-0/+1
|\ \
| * | Add some limits on the Editor SettingsSuperwaitsum2018-10-241-0/+1
* | | Fix possible audio input buffer issuesMarcelo Fernandez2018-10-201-0/+8
| |/ |/|
* | 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