提交 e75b906e 编写于 作者: Y Yang Zhou

enlarge audio_cache buff

上级 3637fc01
...@@ -23,7 +23,7 @@ namespace ppspeech { ...@@ -23,7 +23,7 @@ namespace ppspeech {
// waves cache // waves cache
class AudioCache : public FrontendInterface { class AudioCache : public FrontendInterface {
public: public:
explicit AudioCache(int buffer_size = kint16max); explicit AudioCache(int buffer_size = 100*kint16max);
virtual void Accept(const kaldi::VectorBase<BaseFloat>& waves); virtual void Accept(const kaldi::VectorBase<BaseFloat>& waves);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册