Click here to Skip to main content
15,881,092 members
Articles / Multimedia / DirectX

Interactive 3D Spectrum Analyzer Visualization for Windows Media Player

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
17 May 2009CPOL12 min read 164.3K   6.5K   41  
Interactive 3D Spectrum Analyzer for Windows Media Player using DirectX 9 and some light GPGPU.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WM3DSpectrum", "WM3DSpectrum\WM3DSpectrum.vcproj", "{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Debug|Win32.ActiveCfg = Debug|Win32
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Debug|Win32.Build.0 = Debug|Win32
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Debug|x64.ActiveCfg = Debug|x64
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Debug|x64.Build.0 = Debug|x64
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Release|Win32.ActiveCfg = Release|Win32
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Release|Win32.Build.0 = Release|Win32
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Release|x64.ActiveCfg = Release|x64
		{2DA64C53-9A00-48A0-9840-2CEC92C8A97B}.Release|x64.Build.0 = Release|x64
	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 (Senior)
United States United States
I'm a Microsoft Certified Professional (MCP) in C++. I'm fluent in C/C++, C# and many other languages.

Comments and Discussions