PDA

View Full Version : Microphone and its working condition


Aryan
02-08-2005, 07:08 AM
Hi,
Im working with the AVI Files for a project which records real time video and audio. I was wondering if there is something that could help me to determine the health of Mic and Camera, without actually looking at the Video or listening to the Audio.
(May be I can parse through the AVI file for header chunks or Data chunks, but I am not sure about what I should be looking for :huh: )

Thanks!
Abilash G. Sanam

tgraupmann
02-08-2005, 11:35 AM
If you can get a hold of the WAV data (Amplitude over time) you can check for noise by just looking how closely the wave pattern looks random. Low noise should appear more smooth. So if you take an average for every 50 data points, all the points should be within a certain tolerance otherwise the confidence/health should go down.

Aryan
06-02-2005, 01:37 PM
If you can get a hold of the WAV data (Amplitude over time) you can check for noise by just looking how closely the wave pattern looks random. Low noise should appear more smooth. So if you take an average for every 50 data points, all the points should be within a certain tolerance otherwise the confidence/health should go down.
15901


Thank You Very much for your reply tgraupmann. I was trying to do something similar to what you have suggested, but since I am working on a embedded system, the solution was not feasible. Moreover I also need some help with the video data. It would be great to hear what you have to say in this regard.

Aryan :cool: