Skip to content

cuikp/libsndfile.NET8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsndfile.NET8

NuGet

This repository is an upgrade and update to an existing C# wrapper around libsndfile (not associated with this repository) found at:
https://github.com/aybe/libsndfile.NET

This is an upgrade of that repository, from .NET Standard 2.0 to .NET8.

Among other functions, libsndfile allows reading and writing of audio files in numerous formats, using byte/float arrays.

Since libsndfile.NET was uploaded, the original libsndfile library has been updated to be able to read/write mp3 files, and this repo adds that corresponding support in the SfFormats of:

SfFormatMajor.MPEG
SfFormatSubtype.MPEG_LAYER_III,
and their combination as:
SfFormat.DefaultMp3

About

C# wrapper for libsndfile, copied from https://github.com/aybe/libsndfile.NET but with mp3 support added

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages