未验证 提交 86c6e195 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1687 from SmileGoat/fix_dev

[speechx]remove mutable in audio_cache
......@@ -54,7 +54,7 @@ class AudioCache : public FrontendInterface {
size_t size_; // samples in ring_buffer_ now
size_t capacity_; // capacity of ring_buffer_
bool finished_; // reach audio end
mutable std::mutex mutex_;
std::mutex mutex_;
std::condition_variable ready_feed_condition_;
kaldi::int32 timeout_; // millisecond
bool convert2PCM32_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册