September 26, 2011
This sample demonstrates how to get audio input from the microphone in a Silverlight for Windows Phone application by using the Microsoft.Xna.Framework.Audio.Microphone class. It also shows how to play audio using the SoundEffect and SoundEffectInstance classes. The code monitors audio playback on a separate thread and updates the user interface when the sound stops playing. For more information on accessing the microphone in a Silverlight application, please see How to: Access the Microphone in a Silverlight Application for Windows Phone
Important Note: |
---|
You must install Windows Phone SDK to run this sample. To get started, go to the App Hub. |