An adapter that reads FLAC audio files using CUETools.Flake and makes it available to applications using the NAudio library.
$ dotnet add package FlakeNAudioAdapterAn adapter that reads FLAC audio files using CUETools.Flake and makes it available to applications using the NAudio library.
Reference the library in your project and instantiate the FlakeFileReader class:
var reader = new FlakeFileReader('/path/to/flac/file');
Then, use it just like any other WaveStream implementation.