I'm looking for a library to detect when ball hit in a audio of a tennis match. I read this topic but I think there is a suite library for this job. please guide me tanx
Asked
Active
Viewed 478 times
1 Answers
0
I doubt that there is a library for this specific task. You can probably implement something from scratch though, using a sliding FFT to generate a power spectrum and some kind of simple template matching in the frequency domain.

Paul R
- 208,748
- 37
- 389
- 560
-
@Ali: which library ? There are plenty of FFT libraries out there, if that's what you mean, e.g. FFTW: http://fftw.org or Kiss FFT: http://sourceforge.net/projects/kissfft – Paul R Apr 01 '10 at 06:20