Skip to content

protyposis/SRC.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages