Click here to Skip to main content
15,894,896 members
Articles / Desktop Programming / WPF

Building FM Radio with RDS Support

Rate me:
Please Sign up or sign in to vote.
4.89/5 (18 votes)
8 Jan 2009Ms-PL4 min read 97.4K   3.7K   75  
This article explains how to build a simple FM radio player with RDS support by using WPF and USBFM library

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadioPlayer", "RadioPlayer\RadioPlayer.csproj", "{53E1D03C-465A-436C-9A31-5D119D112F44}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Debug|x86.ActiveCfg = Debug|x86
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Debug|x86.Build.0 = Debug|x86
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Release|Any CPU.Build.0 = Release|Any CPU
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Release|x86.ActiveCfg = Release|x86
		{53E1D03C-465A-436C-9A31-5D119D112F44}.Release|x86.Build.0 = Release|x86
	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 Microsoft Public License (Ms-PL)


Written By
Architect Better Place
Israel Israel
Hello! My name is Tamir Khason, and I am software architect, project manager, system analyst and [of course] programmer. In addition to writing big amount of documentation, I also write code, a lot of code. I used to work as a freelance architect, project manager, trainer, and consultant here, in Israel, but recently join the company with extremely persuasive idea - to make a world better place. I have very pretty wife and 3 charming kids, but unfortunately almost no time for them.

To be updated within articles, I publishing, visit my blog or subscribe RSS feed. Also you can follow me on Twitter to be up to date about my everyday life.

Comments and Discussions