摘要: import os from pocketsphinx import LiveSpeech, get_model_path model_path = get_model_path() speech = LiveSpeech( verbose=False, sampling_rate=16000, b 阅读全文
posted @ 2022-07-19 16:42 helloWorldhelloWorld 阅读(116) 评论(0) 推荐(0)