protyposis / SRC.NET

Managed .NET wrapper for libsamplerate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRC.NET Managed Wrapper for LibSampleRate

This is a managed .NET wrapper written in C# for the popular libsamplerate (aka Secret Rabbit Code) resampling library. It has been extensively used in the past few years and should work flawlessly, but input is always welcome. Because libsamplerate is distributed under the GPLv2 license, this wrapper has the same license applied.

The Visual Studio solution in this repository contains two projects, the managed wrapper which compiles to a library, and a small demo application. The wrapper comes with both x86 and x64 precompiled libsamplerate DLLs and automatically binds to the correct library at runtime. Compiling instructions and a makefile for Visual Studio 2013 are provided as well.

License & Credits

Copyright (C) 2015 Mario Guggenberger mg@protyposis.net. This project builds upon libsamplerate, Copyright (C) 2002-2011 Erik de Castro Lopo erikd@mega-nerd.com. Released under the terms of the GNU General Public License. See LICENSE for details.

About

Managed .NET wrapper for libsamplerate

License:GNU General Public License v2.0


Languages

Language:C# 100.0%