Lines Matching refs:wav
9 **flac** \[ *OPTIONS* \] \[ *infile.wav* \| *infile.rf64* \|
30 flac assumes that files ending in ".wav" or that have the RIFF WAVE
68 decoding, the extension will be ".wav" for WAVE output and ".raw" for raw
92 flac -V -- -01-filename.wav
121 `flac abc.wav`
122 : Encode abc.wav to abc.flac using the default compression setting. abc.wav is not deleted.
124 `flac --delete-input-file abc.wav`
125 : Like above, except abc.wav is deleted if there were no errors.
127 `flac --delete-input-file -w abc.wav`
128 : Like above, except abc.wav is deleted if there were no errors or warnings.
130 `flac --best abc.wav`
131 : Encode abc.wav to abc.flac using the highest compression setting.
133 `flac --verify abc.wav`
134 : Encode abc.wav to abc.flac and internally decode abc.flac to make sure it matches abc.wav.
136 `flac -o my.flac abc.wav`
137 : Encode abc.wav to my.flac.
139 `flac -T "TITLE=Bohemian Rhapsody" -T "ARTIST=Queen" abc.wav`
140 : Encode abc.wav and add some tags at the same time to abc.flac.
142 `flac *.wav`
143 : Encode all .wav files in the current directory.
166 : Decode abc.flac to abc.wav. abc.flac is not deleted. NOTE: Without
185 : Decode abc.flac to abc.wav and don't abort if errors are found
546 as raw samples (even if filename ends in *.wav*).