mewkiz/flac

FLAC Encoder, audio sample support

Closed this issue · 0 comments

A FLAC stream encoder was implemented as part of #14, which added support for encoding metadata blocks.

From commit 306014a:

Proper support for encoding audio samples is yet to be implemented. For now, simply copy the original encoded audio data from the source FLAC file.

This issue tracks the implementation of support for encoding FLAC stream audio samples.