vote up 1 vote down star
2

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.
flag
Possible dup: stackoverflow.com/questions/1094836/… – dirkgently Oct 23 at 20:16
Did you try speex library? www.speex.org – coelhudo Oct 23 at 21:47
@dirkgently unless I fail to see smth, it's not a dup, since I'm more interested in synthesis/coding than recognition. And sadly (only for the API, though) I'm not developing in Windows. – mvaz Oct 24 at 8:45
@coelhudo thanks for the tip! It does have some nice features. Namely the noise/echo cancelation, lpc/lsp stuff will certainly come in handy some day. Did not see any filter design stuff there though... – mvaz Oct 24 at 9:10

2 Answers

vote up 0 vote down check

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.

link|flag
that's a great tip, thanks! It has a lot of the stuff I was looking for. – mvaz Dec 8 at 11:08
Glad I could help! – just_wes Dec 8 at 15:48
vote up 0 vote down

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

link|flag
Hi, what exactly have you used it for? – mvaz Oct 24 at 13:12
Two test programs... One was an application launcher... So, I was annoying my coworkers with "Launch Emacs"... "Launch X Term"... – dicroce Oct 24 at 13:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.