Answered by:
How to create Win8 apps using C++ in VS12?

Question
-
Hi,
I am new to win 8 app development on C++ platform.Also I want to give more stress on audio capturing. Please tell me useful links/documentation for practicing.
Friday, October 26, 2012 7:30 AM
Answers
-
You can start here http://msdn.microsoft.com/en-us/library/windows/apps/br229565.aspx. As for capturing media, take a look at this sample http://code.msdn.microsoft.com/Media-Capture-Sample-adf87622.
In the future, please search for it around MSDN or MSDN forums first.
Toni Petrina
My blog: Toni codes .NET
If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful"- Proposed as answer by turibbioMVP Friday, October 26, 2012 12:41 PM
- Marked as answer by Jesse Jiang Monday, October 29, 2012 6:21 AM
Friday, October 26, 2012 7:55 AM
All replies
-
You can start here http://msdn.microsoft.com/en-us/library/windows/apps/br229565.aspx. As for capturing media, take a look at this sample http://code.msdn.microsoft.com/Media-Capture-Sample-adf87622.
In the future, please search for it around MSDN or MSDN forums first.
Toni Petrina
My blog: Toni codes .NET
If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful"- Proposed as answer by turibbioMVP Friday, October 26, 2012 12:41 PM
- Marked as answer by Jesse Jiang Monday, October 29, 2012 6:21 AM
Friday, October 26, 2012 7:55 AM -
How to capture PCM audio data or how to capture audio in FLAC format audio file?
Monday, October 29, 2012 9:59 AM -
Unfortunately, I cannot help you with such specific scenario since I do not have a lot of experience with it.
Toni Petrina
My blog: Toni codes .NET
If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful"Monday, October 29, 2012 10:26 AM -
Ok Thank You ... :)Monday, October 29, 2012 1:00 PM