From 97413746173b4f872e8c72eba0e58d7092a93269 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 9 Sep 2015 18:50:52 -0300 Subject: Rewrite of the AudioStream API -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 --- scene/resources/audio_stream_resampled.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scene/resources/audio_stream_resampled.h') diff --git a/scene/resources/audio_stream_resampled.h b/scene/resources/audio_stream_resampled.h index 33cfb17e3f..570c311878 100644 --- a/scene/resources/audio_stream_resampled.h +++ b/scene/resources/audio_stream_resampled.h @@ -31,6 +31,7 @@ #include "scene/resources/audio_stream.h" +#if 0 class AudioStreamResampled : public AudioStream { OBJ_TYPE(AudioStreamResampled,AudioStream); @@ -160,5 +161,5 @@ public: AudioStreamResampled(); ~AudioStreamResampled(); }; - +#endif #endif // AUDIO_STREAM_RESAMPLED_H -- cgit v1.2.3