Explorar o código

Fixed fractional offset not being reset in ringbuffer resamples, closes #4764
Probably fixes other streamplayer issues too.

Juan Linietsky %!s(int64=9) %!d(string=hai) anos
pai
achega
3b5f1afb5c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      servers/audio/audio_rb_resampler.h

+ 1 - 0
servers/audio/audio_rb_resampler.h

@@ -37,6 +37,7 @@ public:
 	_FORCE_INLINE_ void flush() {
 		rb_read_pos=0;
 		rb_write_pos=0;
+		offset=0;
 	}
 
 	_FORCE_INLINE_ bool is_ready() const{