
# 如何解决"The silence time is too long, and the audio will not be recognized"报错
#### 问题描述
识别文件错误，提示"The silence time is too long, and the audio will not be recognized"？
#### 可能原因
实时语音识别的初始静默时间过长无法识别。
#### 解决方案
方法一：将参数设置中静默时间的参数vad_head 的值设置大一些，详细请参见API参考的实时语音识别的请求参数。
方法二：处理音频文件，将识别文件初始的静默音频剪切掉。
