flac Command Examples

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

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

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

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

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