Click here to Skip to main content
15,891,935 members
Articles / Multimedia / DirectX

The Ultimate Managed DirectSound 9 Tutorial Part 2: managing 3D Sounds

Rate me:
Please Sign up or sign in to vote.
4.71/5 (10 votes)
2 Aug 2005CPOL5 min read 104.3K   1.3K   54  
How to playback sounds with 3D audio management.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectSound3DDemo", "DirectSound3DDemo.csproj", "{0F944A06-721D-4D58-A2FB-F4FD5AC744CF}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0F944A06-721D-4D58-A2FB-F4FD5AC744CF}.Debug.ActiveCfg = Debug|.NET
		{0F944A06-721D-4D58-A2FB-F4FD5AC744CF}.Debug.Build.0 = Debug|.NET
		{0F944A06-721D-4D58-A2FB-F4FD5AC744CF}.Release.ActiveCfg = Release|.NET
		{0F944A06-721D-4D58-A2FB-F4FD5AC744CF}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
Italy Italy
Software Development Manager working on IaaS cloud computing. Cloud believer, (former) entrepreneur, F1 addict.

Follow me at dariosolera.it or on Twitter.

Comments and Discussions