Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teekay/flakenaudioadapter

An adapter that reads FLAC audio files using CUETools.Flake and makes it available to applications using the NAudio library.
https://github.com/teekay/flakenaudioadapter

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# FlakeNAudioAdapter

An adapter that reads FLAC audio files using [CUETools.Flake](https://github.com/teekay/FLACTools) and makes it available to applications using the [NAudio](https://github.com/naudio/NAudio) library.

## Usage

Reference the library in your project and instantiate the `FlakeFileReader` class:

```cs
var reader = new FlakeFileReader('/path/to/flac/file');
```

Then, use it just like any other `WaveStream` implementation.