المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Automate volume level by capturing from microphone



C++ Programming
04-06-2009, 05:32 PM
Hi @ all,

to capture sound from microphone I use directSound.
Now I want to automate the volume of mic by capturing.
I think it so. I have a min and max value of volume.
If sample is pipe down the minimum it volume should set to
min volume and if it is louder than max should set to max volume.

What I have to do to resolve this?