Skip to content

Commit

Permalink
Fix building (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Sep 9, 2024
1 parent 3bffc24 commit ba7f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/csrc/voice-activity-detector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class VoiceActivityDetector::Impl {
return;
}

int32_t end = buffer_.Tail()
int32_t end = buffer_.Tail();
if (end <= start_) {
return;
}
Expand Down

0 comments on commit ba7f1a7

Please sign in to comment.