Answered by:
Microphone Audio as Input In Windows 8 Apps

Question
-
Hi,
I am planning to create a Windows 8 app (using HTML, JavaScript) in which we need to take audio(Microphone) as input. In there any WinJS control available to do that or what is the recommended way of doing that ?
Thanks
Tuesday, August 14, 2012 6:53 PM
Answers
-
Hi
If you mean capture audio please refer:
http://msdn.microsoft.com/en-us/library/windows/apps/hh452798.aspx
And if you want speech recognition, there is no speech recognition provided for Win8-UI apps.
Please refer to this :
- Proposed as answer by Jeff SandersMicrosoft employee, Moderator Thursday, August 16, 2012 6:40 PM
- Marked as answer by Vinit J Friday, August 17, 2012 5:00 AM
Thursday, August 16, 2012 9:29 AM
All replies
-
Hi
If you mean capture audio please refer:
http://msdn.microsoft.com/en-us/library/windows/apps/hh452798.aspx
And if you want speech recognition, there is no speech recognition provided for Win8-UI apps.
Please refer to this :
- Proposed as answer by Jeff SandersMicrosoft employee, Moderator Thursday, August 16, 2012 6:40 PM
- Marked as answer by Vinit J Friday, August 17, 2012 5:00 AM
Thursday, August 16, 2012 9:29 AM -
Hi,
I just need to capture an audio and it works fine via MediaCapture API.
Thanks
Friday, August 17, 2012 5:01 AM -
Hi,
Vinit! can u please share some code about how did u capture the audio only using MediaCapture API. I m also trying to capture the Audio only for my App.
Thanks in anticipation.
Monday, September 10, 2012 8:01 AM -
And if you want speech recognition, there is no speech recognition provided for Win8-UI apps.
Please refer to this :
Actually I think you could use Microsoft's Translator service...it has an RT version. http://translatorservice.codeplex.com/releases/view/97104Jay in Atlanta
Friday, January 18, 2013 9:45 PM