USB Microphone not working with Windows IOT Core
NickName:Sunny Tambi Ask DateTime:2016-03-11T18:59:31

USB Microphone not working with Windows IOT Core

I tried both the November 2015 release (build 10586) and the Feb 2016 Insider Preview release (build 14262), however my USB microphone is not working with Windows 10 IOT core.

Scenario:

I am creating a speech recognition based program using windows IOT Core.

I am using Windows.Media.SpeechRecognition api for this job. When I run the program on a simulator in my Window 10 PC using Visual Studio 2015, microphone works and sound gets detected and the program functions as required.

However when i deploy the same build to my Raspberry Pi2, which has Window IOT Core installed, program doesnt detect any sound. I see that my microphone is detected correctly by Windows IOT Core, as i can see the same in the default app which comes with Windows IOT core.

I can listen the sounds (headphone) though. However somehow my microphone voice is not getting through to my speech recognition program when it runs on RPi2 with Windows 10 IOT Core.

Steps to reproduce:

  1. Create a speech recognition program using Windows.Media.SpeechRecognition api.
  2. Check the program functioning on Windows 10 pc in a simulator
  3. Deploy the same build to RPi2 with Windows 10 IOT core.
  4. Program doesnt detect any sound from microphone.

Need serious help.

Copyright Notice:Content Author:「Sunny Tambi」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/35938495/usb-microphone-not-working-with-windows-iot-core

Answers
Sascha 2016-04-20T22:11:25

Use a microphone that is fully compatible with the SpeechRecognizer in Windows IoT Core. I have tested some microphones that works with SpeechRecognizer in Windows IoT Core.\n\nMicrophones that works with SpeechRecognizer in Windows IoT Core Build 10586\n\n\nKinobo - Mini Akiro USB Microphone\nBlue Microphones Snowball (it is really big)\nMicrosoft LifeCam HD-3000 (it is a web cam with a microphone included)\n\n\n\nMicrophones that works with SpeechRecognizer in Windows IoT Core Build 14295\n\n\nKinobo - Mini Akiro USB Microphone\nBlue Microphones Snowball (not tested but should work)\nMicrosoft LifeCam HD-3000 (not tested but should work)\n\n\n\nMicrophones that works with SpeechRecognizer in Windows IoT Core Build 15063\n\n\nLogitech G933 Artemis Spectrum Wireless Headset\nKinobo - Mini Akiro USB Microphone (not tested but should work)\nBlue Microphones Snowball (not tested but should work)\nMicrosoft LifeCam HD-3000 (not tested but should work)\nLogitech G930 Wireless Headset (not tested but should work)\n\n\n\n\nPlease feel free to post microphones that works with SpeechRecognizer in Windows IoT Core.",


Rajesh Barfa 2016-12-28T06:32:01

That's because\n\nWindows.Media.SpeechRecognition.SpeechRecognizer does not support now.\n\nyou can check here\nhttps://developer.microsoft.com/en-us/windows/iot/docs/UnavailableApis.htm",


More about “USB Microphone not working with Windows IOT Core” related questions

USB Microphone not working with Windows IOT Core

I tried both the November 2015 release (build 10586) and the Feb 2016 Insider Preview release (build 14262), however my USB microphone is not working with Windows 10 IOT core. Scenario: I am crea...

Show Detail

Accessing Usb port on Windows 10 IoT Core

I am running an IoT Edge Module on Windows 10 IoT Core on a Minnowboard Turbot. This module needs to read a stream from a USB port. We're using System.Io.Ports (.net standard version that is compat...

Show Detail

Windows 10 iot core usb webcam streaming to browser

Is it possible to stream video and audio from usb cam (RPi 3) to a RPi hosted web page to view on android tablet using a browser. Something like combining the Blinky server with USB Webcam samples of

Show Detail

Microphone input on W10 IoT Core

How can I enable the microphone input on Windows 10 IoT Core? I can't change it in the Device Portal. Does the mini-jack double as a mic input connector?

Show Detail

Windows iot device raspberry 2 usb composite device

We have raspi 2 windows iot device. I m trying to communicate from raspi 2 to usb composite device.(could be serial, or usb). From windows universal application can succesffull communicate with Wi...

Show Detail

How to maximize a minimized window in Windows 10 IoT Core

I am currently working on a project for Windows 10 IoT Core (my first). It is basicly an Universal Windows Platform Application (c#) to run on Windows IoT and give the user some basic options to c...

Show Detail

Raspberry Pi 3 - USB to Serial Communication in C# on Windows 10 IOT Core

I am trying to Connect a Weighing Balance Device which has RS232 Serial Communication Port. It Gets Detected in Windows 10 PC & I can connect to it by using USB to Serial Converter through my L...

Show Detail

Using DeviceID from Windows.Devices.Enumeration to find the Drive Letter of a Removable Drive (USB) in C# Windows 10 IoT Core?

I am trying to scan a USB drive that is inserted into a Raspberry Pi running Windows 10 IoT Core for a specific file in a specific folder. I am currently able to detect when a USB drive is added or

Show Detail

Windows IoT - USB Printer Zebra - how to install

I saw this question: Windows IoT - USB Printer It is nearly similar. The problem is; I don't know how to install the driver for this printer GX420d on windows iot - I do know how to build the cab ...

Show Detail

Transfer files from a USB stick to Windows 10 IoT Core local storage

I have a Raspberry Pi 3 running Windows 10 IoT Core. How can I copy files from a USB stick connected to the device to the local SD card storage? Is this possible using PowerShell? Ideally I want t...

Show Detail