

Var screenCapture = ScreenCapture.GetForCurrentView() Īwait mediaCapture.InitializeAsync(new MediaCaptureInitializationSettings I am using HTC 8x device with Windows Phone 8.1 OSįollowing is my code block : async private void Button_Tapped(object sender, TappedRoutedEventArgs e) I had speech recognition enabled on startup while on windows 8 and used it quite frequently but after upgrading to 8.1 on startup I get an error that says speech recognition could not start because the language isn't supported and so I went to change it and I think the upgrade is to blame because the current language is English for Windows 8.0 and I think that it needs to be English for Windows 8.1 but there is no option to change. I have also tried calling this code in page constructor and from separate class. Speech recognition will not start after windows 8.1 upgrade. I have already added capabilities for Microphone and Webcam to manifest file. Line returns me UnauthorizedAccessException. But var screenCapture = ScreenCapture.GetForCurrentView() If it's your first time using this app, follow the on-screen instructions to give it permission to access your computer's microphone. An easy way to do this is to open the Start screen, type sound recorder into the search bar, and then click Sound Recorder in the search results.
#No speech recorder in windows 8.1 mp4#
Work of this app is to record screen activities and store mp4 file in storage. Using Sound Recorder for Windows 8.1 1 Open Sound Recorder. I am working on an windows phone 8.1 application.
