标签: python speech-recognition wit.ai
我正在使用python中的Speech to Text。我已经提到了因为我想要连续语音识别而需要的秒数为500,但录音只需要5秒钟。所以我怀疑它是用机智api还是我的代码。
def RecSpeech(AUDIO, no.of_seconds = 500): record_audio(no.of_seconds, AUDIO) audio = read_audio(AUDIO)