due to the unpopularity of my last posts here and here , I'll try something else. I have corresponding audio (.wav) and video files (.mpg). Let's consider that those two streams where recorded synchronously. I want to process both stream, with opencv for the images, and with "I don't know which audio lib" (you tell me ?) for audio, and I want to process those streams online and keep the synchronicity. Note that the length of the video is less that 2 minutes.
Thanks for any help!