Click here to Skip to main content
15,884,472 members
Articles / Programming Languages / C#

Loading Ogg Vorbis Files from Memory in .NET

Rate me:
Please Sign up or sign in to vote.
4.64/5 (14 votes)
7 Mar 2006CDDL9 min read 81.5K   741   40  
An article on loading Ogg Vorbis audio data from memory.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TgPlayOgg_vorbisfile", "TgPlayOgg_vorbisfile.vcproj", "{703A2113-4C28-4157-8C99-20957B1D65D2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{703A2113-4C28-4157-8C99-20957B1D65D2}.Debug.ActiveCfg = Debug|Win32
		{703A2113-4C28-4157-8C99-20957B1D65D2}.Debug.Build.0 = Debug|Win32
		{703A2113-4C28-4157-8C99-20957B1D65D2}.Release.ActiveCfg = Release|Win32
		{703A2113-4C28-4157-8C99-20957B1D65D2}.Release.Build.0 = Release|Win32
	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 Common Development and Distribution License (CDDL)


Written By
Founder SpreadTrends.com
United States United States
I've authored many articles that tackle real-world issues to save my peers in the development community valuable time. For example I've written articles that: show how to decode Ogg Vorbis audio files using the .NET Framework; describe best practices for Improving Entity Framework performance; and demonstrate step-by-step how to create a multi-player game.

Comments and Discussions