3 # FLAC - Free Lossless Audio Codec
4 # Copyright (C) 2001,2002,2003,2004,2005,2006 Josh Coalson
6 # This file is part the FLAC project. FLAC is comprised of several
7 # components distributed under difference licenses. The codec libraries
8 # are distributed under Xiph.Org's BSD-like license (see the file
9 # COPYING.Xiph in this distribution). All other programs, libraries, and
10 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
11 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # FLAC distribution contains at the top the terms under which it may be
15 # Since this particular file is relevant to all components of FLAC,
16 # it may be distributed under the Xiph.Org license, which is the least
17 # restrictive of those mentioned above. See the file COPYING.Xiph in this
26 if [ x = x"$1" ] ; then
32 LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH
33 export LD_LIBRARY_PATH
34 PATH=../src/flac:$PATH
35 PATH=../src/test_streams:$PATH
36 PATH=../obj/$BUILD/bin:$PATH
38 flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable"
42 if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then
43 valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 flac $* 4>>test_streams.valgrind.log
49 echo "Generating streams..."
50 if [ ! -f wacky1.wav ] ; then
51 test_streams || die "ERROR during test_streams"
55 # single-file test routines
65 echo -n "$name (--channels=$channels --bps=$bps $encode_options): encode..."
66 cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options $name.raw"
67 echo "### ENCODE $name #######################################################" >> ./streams.log
68 echo "### cmd=$cmd" >> ./streams.log
69 $cmd 2>>./streams.log || die "ERROR during encode of $name"
72 cmd="run_flac --silent --force --endian=little --sign=signed --decode --force-raw-format --output-name=$name.cmp $name.flac"
73 echo "### DECODE $name #######################################################" >> ./streams.log
74 echo "### cmd=$cmd" >> ./streams.log
75 $cmd 2>>./streams.log || die "ERROR during decode of $name"
77 ls -1l $name.raw >> ./streams.log
78 ls -1l $name.flac >> ./streams.log
79 ls -1l $name.cmp >> ./streams.log
82 cmp $name.raw $name.cmp || die "ERROR during compare of $name"
94 if [ `env | grep -ic '^comspec='` != 0 ] ; then
100 echo -n "$name: encode via pipes..."
101 if [ $is_win = yes ] ; then
102 cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --stdout $name.raw"
103 echo "### ENCODE $name #######################################################" >> ./streams.log
104 echo "### cmd=$cmd" >> ./streams.log
105 $cmd 1>$name.flac 2>>./streams.log || die "ERROR during encode of $name"
107 cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --stdout -"
108 echo "### ENCODE $name #######################################################" >> ./streams.log
109 echo "### cmd=$cmd" >> ./streams.log
110 cat $name.raw | $cmd 1>$name.flac 2>>./streams.log || die "ERROR during encode of $name"
112 echo -n "decode via pipes..."
113 if [ $is_win = yes ] ; then
114 cmd="run_flac --silent --force --endian=little --sign=signed --decode --force-raw-format --stdout $name.flac"
115 echo "### DECODE $name #######################################################" >> ./streams.log
116 echo "### cmd=$cmd" >> ./streams.log
117 $cmd 1>$name.cmp 2>>./streams.log || die "ERROR during decode of $name"
119 cmd="run_flac --silent --force --endian=little --sign=signed --decode --force-raw-format --stdout -"
120 echo "### DECODE $name #######################################################" >> ./streams.log
121 echo "### cmd=$cmd" >> ./streams.log
122 cat $name.flac | $cmd 1>$name.cmp 2>>./streams.log || die "ERROR during decode of $name"
124 ls -1l $name.raw >> ./streams.log
125 ls -1l $name.flac >> ./streams.log
126 ls -1l $name.cmp >> ./streams.log
129 cmp $name.raw $name.cmp || die "ERROR during compare of $name"
134 if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then
140 echo "Testing noise through pipes..."
141 test_file_piped noise 1 8 "-0"
143 echo "Testing small files..."
144 test_file test01 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
145 test_file test02 2 16 "-0 -l $max_lpc_order --lax -m -e -p"
146 test_file test03 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
147 test_file test04 2 16 "-0 -l $max_lpc_order --lax -m -e -p"
149 echo "Testing 8-bit full-scale deflection streams..."
150 for b in 01 02 03 04 05 06 07 ; do
151 test_file fsd8-$b 1 8 "-0 -l $max_lpc_order --lax -m -e -p"
154 echo "Testing 16-bit full-scale deflection streams..."
155 for b in 01 02 03 04 05 06 07 ; do
156 test_file fsd16-$b 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
159 echo "Testing 24-bit full-scale deflection streams..."
160 for b in 01 02 03 04 05 06 07 ; do
161 test_file fsd24-$b 1 24 "-0 -l $max_lpc_order --lax -m -e -p"
164 echo "Testing 16-bit wasted-bits-per-sample streams..."
166 test_file wbps16-$b 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
169 for bps in 8 16 24 ; do
170 echo "Testing $bps-bit sine wave streams..."
172 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
175 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000"
177 for b in 02 03 04 ; do
178 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e"
181 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
184 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000"
186 for b in 13 14 15 16 17 18 19 ; do
187 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e"
191 echo "Testing blocksize variations..."
192 for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do
193 for blocksize in 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ; do
194 for lpc_order in 0 1 2 3 4 5 7 8 9 15 16 17 31 32 ; do
195 if [ $lpc_order = 0 ] || [ $lpc_order -le $blocksize ] ; then
196 test_file noise8m32 1 8 "-8 -p -e -l $lpc_order --lax --blocksize=$blocksize $disable"
202 echo "Testing some frame header variations..."
203 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax -b $max_lpc_order"
204 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax -b 65535"
205 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=9"
206 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90"
207 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90000"
208 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=9"
209 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90"
210 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90000"
212 echo "Testing option variations..."
213 for f in 00 01 02 03 04 ; do
214 for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do
215 if [ -z "$disable" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
216 for opt in 0 1 2 4 5 6 8 ; do
217 for extras in '' '-p' '-e' ; do
218 if [ -z "$extras" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
219 test_file sine16-$f 1 16 "-$opt $extras $disable"
223 if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then
224 test_file sine16-$f 1 16 "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable"
230 for f in 10 11 12 13 14 15 16 17 18 19 ; do
231 for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do
232 if [ -z "$disable" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
233 for opt in 0 1 2 4 5 6 8 ; do
234 for extras in '' '-p' '-e' ; do
235 if [ -z "$extras" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
236 test_file sine16-$f 2 16 "-$opt $extras $disable"
240 if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then
241 test_file sine16-$f 2 16 "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable"
247 echo "Testing noise..."
248 for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do
249 if [ -z "$disable" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
250 for channels in 1 2 4 8 ; do
251 if [ $channels -le 2 ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
252 for bps in 8 16 24 ; do
253 for opt in 0 1 2 3 4 5 6 7 8 ; do
254 for extras in '' '-p' '-e' ; do
255 if [ -z "$extras" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
256 for blocksize in '' '--lax -b 32' '--lax -b 32768' '--lax -b 65535' ; do
257 if [ -z "$blocksize" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then
258 test_file noise $channels $bps "-$opt $extras $blocksize $disable"
264 if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then
265 test_file noise $channels $bps "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable"