Displaying 1 result from an estimated 1 matches for "encoding_op".
Did you mean:
encoding_dup
2013 Dec 02
3
Encode wav to uncompressed flac
...chunks of
> audio data each with its own header. This is true even when the FLAC is
> uncompressed.
>
>> How to encode a wav file to an uncompressed flac file?
>
> The flac command line parameters are here:
>
>
> https://www.xiph.org/flac/documentation_tools_flac.html#encoding_options
>
> but I don't see a way if doing it with what's there.
>
> If you want to mess about with it you can check flac out of git and
> grab the revision before this one:
>
>
> https://git.xiph.org/?p=flac.git;a=commit;h=fc360735ce4d1aa88a94bfccdd3bea5bdd19a8d6
>...