ahawker / NLibsndfile

Libsndfile wrapper for the .NET Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLibsndfile

Libsndfile is an excellent multi-format audio processing library written in C. The goal of NLibsndfile is to provide .NET developers with access to Libsndfile through a friendly programming interface.

NLibsndfile's API is designed to fit two main goals:

  • Ease of use for existing Libsndfile developers by providing direct API access.
  • Ease of use for existing .NET developers by providing a Stream based API compliant with .NET BCL standards.

About

Libsndfile wrapper for the .NET Framework


Languages

Language:C# 100.0%