Is there anything more out there, that resembles (in spirit), to OpenCV, but for processing audio and deriving some intelligence from it ? Capabilities could range from:-
- Multiplatform audio capture and audio playback
- DSP - Audio filters
- Tone detection
- Tonal property analysis
- Tone synthesis (various standard waveforms)
- Recognition given some recognition corpus and model (e.g. determine musical instruments, beats, human speech etc.) -- could potentially use other open-source projects for the actual recognition part (sphinx)
- Speech / music synthesis -- could be again using some other open-source projects (festival)
It is fine if the library works on raw audio s.t. format/encoding conversion are external issues handled by other existing libraries (s.a. from ffmpeg).
I am not an expert in this field, but need to use such API, and wondering if such libraries exist, so my choice of terms to determine capabilities is probably not the best, so experts might like to edit this question.