Click here to Skip to main content
15,894,955 members
Articles / Multimedia / GDI+

Draw into sound

Rate me:
Please Sign up or sign in to vote.
4.71/5 (28 votes)
21 Dec 2008CPOL2 min read 112.1K   5.7K   83  
The article illustrates how to draw into a spectral representation of an audio file.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Img2Wav", "Img2Wav\Img2Wav.csproj", "{FD28E6B4-C8AE-4567-AFBF-F4E4F500AB7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WaveLibrary", "..\WaveLibrary\WaveLibrary.csproj", "{66FED6CA-E899-496F-8CD8-265674C40560}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FD28E6B4-C8AE-4567-AFBF-F4E4F500AB7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FD28E6B4-C8AE-4567-AFBF-F4E4F500AB7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FD28E6B4-C8AE-4567-AFBF-F4E4F500AB7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FD28E6B4-C8AE-4567-AFBF-F4E4F500AB7D}.Release|Any CPU.Build.0 = Release|Any CPU
		{66FED6CA-E899-496F-8CD8-265674C40560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{66FED6CA-E899-496F-8CD8-265674C40560}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{66FED6CA-E899-496F-8CD8-265674C40560}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{66FED6CA-E899-496F-8CD8-265674C40560}.Release|Any CPU.Build.0 = Release|Any CPU
	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)
Italy Italy
Angelo Gattuso graduated in November 2003 from "Politecnico di Torino" in Software Engineering. He is a Software Engineer with experience in projecting and developing Businness Applications. Areas of expertise include ASP .Net design and develompemnt of three-tier applications.

He has interests in music, reading and cooking even if he prefers eating.

Comments and Discussions