-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

flac


> Encodes, decodes and tests FLAC files.

More information.


Encode a WAV file to FLAC (this will create a FLAC file in the same location as the WAV file):

flac {path/to/file.wav}

Encode a WAV file to FLAC, specifying the output file:

flac -o {path/to/output.flac} {path/to/file.wav}

Decode a FLAC file to WAV, specifying the output file:

flac -d -o {path/to/output.wav} {path/to/file.flac}

Test a FLAC file for the correct encoding:

flac -t {path/to/file.flac}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:39:04 2024