flac Command Examples

Encodes, decodes and tests FLAC files. More information: https://xiph.org/flac.

flac {{path/to/file.wav}}

flac {{[-o|--output-name]}} {{path/to/output.flac}} {{path/to/file.wav}}

flac {{[-d|--decode]}} {{[-o|--output-name]}} {{path/to/output.wav}} {{path/to/file.flac}}

flac {{[-t|--test]}} {{path/to/file.flac}}