Click here to Skip to main content
15,885,546 members
Articles / Multimedia / Audio

Code to stream or convert MP3/WMA to PCM/WAV in Windows 8 (VB)

Rate me:
Please Sign up or sign in to vote.
4.70/5 (7 votes)
25 Sep 2012Public Domain6 min read 68.5K   2K   20  
VB code to convert MP3 to WAV in Windows 8 using MediaFoundation

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MFSourceReader", "MFSourceReader.vbproj", "{FF0147BB-8C95-4051-A9A2-76FD2D240B23}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.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 A Public Domain dedication


Written By
Technical Lead
United States United States
Lucian studied theoretical computer science in Cambridge and Bologna, and then moved into the computer industry. Since 2004 he's been paid to do what he loves -- designing and implementing programming languages! The articles he writes on CodeProject are entirely his own personal hobby work, and do not represent the position or guidance of the company he works for. (He's on the VB/C# language team at Microsoft).

Comments and Discussions