Fixed fractional offset not being reset in ringbuffer resamples, closes #4764
Probably fixes other streamplayer issues too.
This commit is contained in:
parent
7723579237
commit
3b5f1afb5c
|
@ -37,6 +37,7 @@ public:
|
||||||
_FORCE_INLINE_ void flush() {
|
_FORCE_INLINE_ void flush() {
|
||||||
rb_read_pos=0;
|
rb_read_pos=0;
|
||||||
rb_write_pos=0;
|
rb_write_pos=0;
|
||||||
|
offset=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
_FORCE_INLINE_ bool is_ready() const{
|
_FORCE_INLINE_ bool is_ready() const{
|
||||||
|
|
Loading…
Reference in New Issue