Click here to Skip to main content
15,894,460 members
Articles / Programming Languages / Visual Basic

Audio Library Part I - (Windows Mixer Control)

Rate me:
Please Sign up or sign in to vote.
4.52/5 (79 votes)
1 Oct 2006CPOL3 min read 610K   15.4K   163  
Library to control Windows Mixer from C#
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MixerTest", "MixerTest\MixerTest.csproj", "{8072100F-D609-4242-9C3D-721D30F88557}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WaveLibMixer", "WaveLibMixer\WaveLibMixer.csproj", "{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x64 = Debug|x64
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x64 = Release|x64
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8072100F-D609-4242-9C3D-721D30F88557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8072100F-D609-4242-9C3D-721D30F88557}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8072100F-D609-4242-9C3D-721D30F88557}.Debug|x64.ActiveCfg = Debug|x64
		{8072100F-D609-4242-9C3D-721D30F88557}.Debug|x64.Build.0 = Debug|x64
		{8072100F-D609-4242-9C3D-721D30F88557}.Debug|x86.ActiveCfg = Debug|x86
		{8072100F-D609-4242-9C3D-721D30F88557}.Debug|x86.Build.0 = Debug|x86
		{8072100F-D609-4242-9C3D-721D30F88557}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8072100F-D609-4242-9C3D-721D30F88557}.Release|Any CPU.Build.0 = Release|Any CPU
		{8072100F-D609-4242-9C3D-721D30F88557}.Release|x64.ActiveCfg = Release|x64
		{8072100F-D609-4242-9C3D-721D30F88557}.Release|x64.Build.0 = Release|x64
		{8072100F-D609-4242-9C3D-721D30F88557}.Release|x86.ActiveCfg = Release|x86
		{8072100F-D609-4242-9C3D-721D30F88557}.Release|x86.Build.0 = Release|x86
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Debug|x64.ActiveCfg = Debug|x64
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Debug|x64.Build.0 = Debug|x64
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Debug|x86.ActiveCfg = Debug|x86
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Debug|x86.Build.0 = Debug|x86
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Release|Any CPU.Build.0 = Release|Any CPU
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Release|x64.ActiveCfg = Release|x64
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Release|x64.Build.0 = Release|x64
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Release|x86.ActiveCfg = Release|x86
		{6F3FA628-01C6-48AF-9D1A-9BB1EAF8D259}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
	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 Microsoft
United States United States
I started with programming about 19 years ago as a teenager, from my old Commodore moving to PC/Server environment Windows/UNIX SQLServer/Oracle doing gwBasic, QBasic, Turbo Pascal, Assembler, Turbo C, BC, Summer87, Clipper, Fox, SQL, C/C++, Pro*C, VB3/5/6, Java, and today loving C#.

Currently working as SDE on Failover Clustering team for Microsoft.

Passion for most programming languages and my kids Aidan&Nadia.

Comments and Discussions