Something wrong with scikits.talkbox with Python3?

前端 未结 1 747
庸人自扰
庸人自扰 2020-12-21 19:52

I am migrating a Python program from 2.10 to 3.6. The packages scikits.talkbox is part of it. However, I cannot figure out how to use it any more. The installat

相关标签:
1条回答
  • 2020-12-21 20:37

    The answer to your question is this link Error while importing scikits.talkbox Even I am facing this issue I have switched to librosa

    There is another way for MFCC features: python_speech_features http://python-speech-features.readthedocs.io/en/latest/

    0 讨论(0)
提交回复
热议问题