Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An adapter that reads FLAC audio files using CUETools.Flake and makes it available to applications using the NAudio library.

License

Notifications You must be signed in to change notification settings

teekay/FlakeNAudioAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlakeNAudioAdapter

An adapter that reads FLAC audio files using CUETools.Flake and makes it available to applications using the NAudio library.

Usage

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.

About

An adapter that reads FLAC audio files using CUETools.Flake and makes it available to applications using the NAudio library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages