Link to home
Start Free TrialLog in
Avatar of nany
nany

asked on

voice recording

Hi!

How can I record voice from mic? C or C++, not MFC.

Thanks.
Avatar of KurtVon
KurtVon

Since you mention MFC, I assume this is windows.  Try the mciSendString function and use the record command http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_mcisendstring.asp

Hope this helps.
Avatar of nany

ASKER

Please excuse me: for Win32.
ASKER CERTIFIED SOLUTION
Avatar of KurtVon
KurtVon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial