Home
last modified time | relevance | path

Searched refs:run_metaflac (Results 1 – 4 of 4) sorted by relevance

/external/flac/test/
Dtest_metaflac.sh48 run_metaflac () function
61 run_metaflac $*
108 run_metaflac $args $flacfile | filter > $testdir/out1.meta || die "ERROR running metaflac"
129 run_metaflac --preserve-modtime --add-padding=12345 $flacfile
134 run_metaflac --set-tag="ARTIST=The_artist_formerly_known_as_the_artist..." $flacfile
138 run_metaflac --set-tag="ARTIST=Chuck_Woolery" $flacfile
142 run_metaflac --set-tag="ARTIST=Vern" $flacfile
146 run_metaflac --set-tag="TITLE=He_who_smelt_it_dealt_it" $flacfile
152 run_metaflac --remove-first-tag=ARTIST $flacfile
156 run_metaflac --remove-tag=ARTIST $flacfile
[all …]
Dtest_replaygain.sh45 run_metaflac () function
58 run_metaflac $*
129 run_metaflac --scan-replay-gain $flacfile
130 run_metaflac --add-replay-gain $flacfile
131 run_metaflac --list $flacfile | grep REPLAYGAIN.*GAIN= |
Dtest_seeking.sh46 run_metaflac () function
107 …if run_metaflac --no-filename --set-total-samples=0 tiny$suffix.flac small$suffix.flac ; then : ; …
Dtest_flac.sh45 run_metaflac () function
693 total_noise_cdda_samples=`run_metaflac --show-total-samples noise.flac`
971 run_metaflac --set-total-samples=0 fixup.flac 2> /dev/null
996 run_metaflac --set-total-samples=0 fixup.flac 2> /dev/null
1206run_metaflac --list out.flac | filter > out1.meta || die "ERROR listing metadata of output FLAC fi…