正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -123,7 +123,7 @@ class VoiceActivityDetector::Impl { | @@ -123,7 +123,7 @@ class VoiceActivityDetector::Impl { | ||
| 123 | return; | 123 | return; |
| 124 | } | 124 | } |
| 125 | 125 | ||
| 126 | - int32_t end = buffer_.Tail() | 126 | + int32_t end = buffer_.Tail(); |
| 127 | if (end <= start_) { | 127 | if (end <= start_) { |
| 128 | return; | 128 | return; |
| 129 | } | 129 | } |
-
请 注册 或 登录 后发表评论