Jump to content


Microphone and its working condition


2 replies to this topic

#1 Aryan

    New Member

  • Members
  • Pip
  • 2 posts

Posted 08 February 2005 - 02:08 PM

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 :) )

Thanks!
Abilash G. Sanam

#2 tgraupmann

    New Member

  • Members
  • PipPip
  • 17 posts

Posted 08 February 2005 - 06:35 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.

#3 Aryan

    New Member

  • Members
  • Pip
  • 2 posts

Posted 02 June 2005 - 07:37 PM

tgraupmann said:

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.

View Post


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:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users