Can anyone recommend a decent DSP/speech library in C++? [closed]

一世执手 提交于 2019-12-20 17:27:11

问题


Google returns too much results, although SPUC caught my attention. Is there a standard recommended library like OpenCV for vision? The necessary features would be:

  • Free Open Source
  • filter design (Butterworth, Chebyshev, etc)
  • FFT
  • if possible, some speech processing features, like MFCC computation, although that's secondary, as I could use SPTK (sp-tk.sourceforge.net) for that part.

回答1:


The Synthesis Toolkit, https://ccrma.stanford.edu/software/stk/, has a class that can model different Phonemes. It also has tools for all sorts of DSP including different types of filters. I recommend checking it out as it will be a fantastic learning experience no matter what you use it for.




回答2:


I've used CMU's Sphinx library with success.



来源:https://stackoverflow.com/questions/1615634/can-anyone-recommend-a-decent-dsp-speech-library-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!