我是堆栈溢出的新手。我正在尝试使用下面引用中提供的代码来实现结果。
https://stackoverflow.com/questions/30705028/convert-sound-to-list-of-phonemes-in-python
但是,此代码无法成功编译而没有错误。我收到以下错误。我该如何解决这个问题?谢谢。
RuntimeError Traceback (most recent call last) in () 17 18 # 解码流数据。---> 19 解码器 = 解码器(配置)20 21 解码器.start_utt()
~\Miniconda3\lib\site-packages\pocketsphinx\pocketsphinx.py in init (self, *args) 271 init (Decoder self, Config config) -> Decoder 272 """ --> 273 this = _pocketsphinx.new_Decoder(* args) 274 尝试:275 self.this.append(this)
RuntimeError: new_Decoder 返回 -1