summaryrefslogtreecommitdiffstats
path: root/scene/resources/audio_stream_sample.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix WAV resources ignoring the AudioServer's 'global_rate_scale' valueMichael Alexsander2020-11-041-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-20/+36
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-39/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-9/+27
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Remove the audio memory allocator, use regular one instead.Juan Linietsky2020-03-271-3/+3
* Fix divison by zero issueEv1lbl0w2020-03-141-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-10/+10
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* doc: Complete documentation for VideoStreamsRémi Verschelde2020-01-261-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-2/+3
* Fix invalid write in AudioStreamSample::save_to_wavBojidar Marinov2019-07-161-1/+2
* AudioStreamSample: Don't crash when writing to file failsmerumelu2019-03-121-4/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add backward looping support to AudioStreamSample (wav files)MrCdK2018-10-281-1/+6
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* AudioStreamSample can now be saved to a WAV fileGustav Lund2018-07-261-1/+71
* Audio Recording moduleGustav Lund2018-07-261-0/+4
* Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo2018-05-011-4/+4
* Expose audio streams get_length()MrCdK2018-01-221-17/+17
* Bind many more properties to scriptsBojidar Marinov2018-01-121-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restartJuan Linietsky2017-11-121-9/+23
* Fix data alignment issues in get_data() in AudioStreamSamplehungrymonkey2017-10-091-1/+2
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-231-3/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+8
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-1/+1
* Reworked translation systemJuan Linietsky2017-06-281-3/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-231/+204
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-14/+14
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
* wav file importing!Juan Linietsky2017-02-021-0/+557