Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 797 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 797 Bytes

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