Fix building (#1331)
This commit is contained in:
@@ -123,7 +123,7 @@ class VoiceActivityDetector::Impl {
|
||||
return;
|
||||
}
|
||||
|
||||
int32_t end = buffer_.Tail()
|
||||
int32_t end = buffer_.Tail();
|
||||
if (end <= start_) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user