From 6f7a1ab5011945e1f9f447a94250416bdbcc7136 Mon Sep 17 00:00:00 2001 From: weitzhandler Date: Sat, 10 Jan 2015 23:51:36 +0200 Subject: [PATCH] Adding NAudio Added [NAudio](http://naudio.codeplex.com/) to list of libraries. --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index b7c0bce..3e1ce89 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -97,6 +97,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Mathos Parser](http://mathosparser.codeplex.com/) - A simple parser for mathematical expressions before and at runtime. * [Mjolnir](https://github.com/hudl/Mjolnir) - [Hystrix](https://github.com/Netflix/Hystrix)-inspired fault tolerance with circuit breakers and thread pools. * [MoreLINQ](https://code.google.com/p/morelinq/) - LINQ to Objects is missing a few desirable features. This project will enhance LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ. + * [NAudio](http://naudio.codeplex.com/) - An open source .NET audio and MIDI library. * [NetTopologySuite](https://github.com/NetTopologySuite) - A .NET port of the JTS Topology Suite. * [NHunspell](http://sourceforge.net/projects/nhunspell/) - Spell Checker, Hyphenation an Theasaurus * [NodaTime](https://code.google.com/p/noda-time/) - A better date and time API for .NET