summaryrefslogtreecommitdiffstats
path: root/servers/audio
Commit message (Expand)AuthorAgeFilesLines
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-253-6/+6
* Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-132-147/+112
|\
| * Fix video playbackMatt Hughes2017-10-142-147/+112
* | Refactor bufer to bufferPoommetee Ketson2017-10-282-6/+6
* | AudioEffectFilter: lowercase dB property to dbPoommetee Ketson2017-10-221-1/+1
|/
* Fixed Voice_Count issues in AudioEffectChorus:Indah Sylvia2017-09-251-2/+1
* AudioEffectLimiter: fix wrong soft_clip_ratio getterPoommetee Ketson2017-09-251-1/+1
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-232-8/+8
* Rename pos to position in user facing methods and variablesletheed2017-09-202-4/+4
* Fix enums bindingsMaxim Sheronov2017-09-132-0/+11
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-5/+0
* Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde2017-09-012-5/+5
|\
| * Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-012-5/+5
* | Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-012-12/+8
|/
* Dead code tells no talesRémi Verschelde2017-08-271-55/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2743-43/+43
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-171-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-164-15/+15
* 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
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-154-11/+237
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-084-26/+26
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0843-0/+43
* Fix typos in source code using codespellRémi Verschelde2017-03-243-3/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0543-2274/+1885
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-0532-44/+913
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1313-125/+125
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-1312-86/+86
* Fix msvc compile errorsanikoyes2017-02-072-2/+2
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-247-34/+41
* Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky2017-01-232-0/+228
* Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-232-0/+386
* Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky2017-01-224-2/+229
* Simple to use compressor effectJuan Linietsky2017-01-222-0/+252
* Delay sound effectJuan Linietsky2017-01-223-21/+458
* Added new Audio Bus Chorus effect.Juan Linietsky2017-01-224-0/+566
* Added BUS effect, Stereo EnhancerJuan Linietsky2017-01-212-0/+197
* distortion effectJuan Linietsky2017-01-212-0/+239
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-2118-2/+1814
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-2/+2
* Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-162-3/+5
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-1510-3255/+38
* Style: Fix whole-line commented codeRémi Verschelde2017-01-142-59/+59
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-074-15/+15
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-022-3/+3
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-032-3/+3
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0115-15/+15