Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
53677597
Commit
53677597
authored
Oct 01, 2004
by
Josh Coalson
Browse files
more path fixes
parent
83688e94
Changes
1
Show whitespace changes
Inline
Side-by-side
test/test_bins.sh
View file @
53677597
...
...
@@ -48,7 +48,7 @@ test_file ()
bps
=
$3
encode_options
=
"
$4
"
echo
-n
"
$name
(--channels=
$channels
--bps=
$bps
$encode_options
): encode..."
echo
-n
"
$name
.bin
(--channels=
$channels
--bps=
$bps
$encode_options
): encode..."
cmd
=
"run_flac --verify --silent --force --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=
$bps
--channels=
$channels
$encode_options
$name
.bin"
echo
"### ENCODE
$name
#######################################################"
>>
./streams.log
echo
"### cmd=
$cmd
"
>>
./streams.log
...
...
@@ -72,8 +72,8 @@ test_file ()
echo
"Testing bins..."
for
f
in
b00 b01 b02 b03 b04
;
do
binfile
=
$BINS_PATH
/
$f
.bin
if
[
-f
$binfile
]
;
then
binfile
=
$BINS_PATH
/
$f
if
[
-f
$binfile
.bin
]
;
then
for
disable
in
''
'--disable-verbatim-subframes --disable-constant-subframes'
'--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes'
;
do
for
channels
in
1 2 4 8
;
do
for
bps
in
8 16 24
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment