Click here to Skip to main content
16,005,178 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am working on my project that is to detect occupancy in a room or a place using some sensors. Now what i want to do is use my laptop microphone to read the audio data from the surrounding and analyse it for presence of someone in a room/place.

for example i want to write a program that uses my system microphone and gets a continuous data for some time and then use that data to detect if there is any person on the system or not ?

can anyone help me with anything in this regard ?

I have to code it using C#.

Thank you
Posted

1 solution

Suggest you to start your project with learning/studying the
Waveform Functions which are provided by
Windows MultiMedia Library(Winmm.lib or Winmm.dll).
This library provides a lot of functions for your project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900