Click here to Skip to main content
15,884,237 members
Articles / Mobile Apps / Windows Phone 7

Rendering the audio captured by a Windows Phone device

Rate me:
Please Sign up or sign in to vote.
4.92/5 (10 votes)
12 Mar 2012CPOL5 min read 20.2K   399   17  
A small app that displays the audio captured by the microphone of a Windows Phone device and displays it as a continous waveform on the screen using the XNA framework.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Waveform", "Waveform\Waveform\Waveform.csproj", "{850F81B9-45CE-4C13-9779-F69D7CD38543}"
EndProject
Project("{96E2B04D-8817-42C6-938A-82C39BA4D311}") = "WaveformContent", "Waveform\WaveformContent\WaveformContent.contentproj", "{E54C9613-3102-455A-BDF9-63A62FF89779}"
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Windows Phone = Debug|Windows Phone
		Release|Windows Phone = Release|Windows Phone
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{850F81B9-45CE-4C13-9779-F69D7CD38543}.Debug|Windows Phone.ActiveCfg = Debug|Windows Phone
		{850F81B9-45CE-4C13-9779-F69D7CD38543}.Debug|Windows Phone.Build.0 = Debug|Windows Phone
		{850F81B9-45CE-4C13-9779-F69D7CD38543}.Debug|Windows Phone.Deploy.0 = Debug|Windows Phone
		{850F81B9-45CE-4C13-9779-F69D7CD38543}.Release|Windows Phone.ActiveCfg = Release|Windows Phone
		{850F81B9-45CE-4C13-9779-F69D7CD38543}.Release|Windows Phone.Build.0 = Release|Windows Phone
		{850F81B9-45CE-4C13-9779-F69D7CD38543}.Release|Windows Phone.Deploy.0 = Release|Windows Phone
		{E54C9613-3102-455A-BDF9-63A62FF89779}.Debug|Windows Phone.ActiveCfg = Debug|Windows Phone
		{E54C9613-3102-455A-BDF9-63A62FF89779}.Release|Windows Phone.ActiveCfg = Release|Windows Phone
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Diversify
Sweden Sweden
I work as a senior software developer for the expert consulting firm Diversify in Malmö, Sweden.

Comments and Discussions