search for: flac_enc

Displaying 1 result from an estimated 1 matches for "flac_enc".

2014 May 27
1
Streaming silence with flac
On 27.05.2014 19:07, Martijn van Beurden wrote: >> Is there a way to output small blocks/chunks/ogg pages instead >> run-length encoding such silent passages into a single page? > The official FLAC encoder has an option > --disable-constant-subframes, which does exactly that. Great. Then I'll take a crawl into the sources... Thanks for this first pointer