Resize circular buffer on overflow (#422)
This commit is contained in:
@@ -47,6 +47,8 @@ class CircularBuffer {
|
||||
tail_ = 0;
|
||||
}
|
||||
|
||||
void Resize(int32_t new_capacity);
|
||||
|
||||
private:
|
||||
std::vector<float> buffer_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user