summaryrefslogtreecommitdiff
path: root/servers/audio/audio_rb_resampler.h
AgeCommit message (Collapse)Author
2016-06-18Add missing license headers in our source files (#5255)RĂ©mi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-17Fixed fractional offset not being reset in ringbuffer resamples, closes #4764Juan Linietsky
Probably fixes other streamplayer issues too.
2015-11-01-some fixes to audioJuan Linietsky
2015-09-09Rewrite of the AudioStream APIJuan Linietsky
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future