summaryrefslogtreecommitdiffstats
path: root/scene/resources/audio_stream_sample.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-091-3/+3
|\
| * reimplement ping-pongSilc 'Tokage' Renew2021-11-031-3/+3
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
|/
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-3/+3
* implement ping-pong loop in animationTokage2021-10-091-3/+3
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-0/+4
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-271-2/+5
* Invert how `global_rate_scale` value works, and rename it to `playback_speed_...Michael Alexsander2021-08-071-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+3
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-15/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* 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