Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
f2e10fa8
Commit
f2e10fa8
authored
Apr 28, 2013
by
Erik de Castro Lopo
Browse files
test/test_compression.sh : Test compression level 0 as well.
parent
6ed38094
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_compression.sh
View file @
f2e10fa8
...
...
@@ -37,7 +37,7 @@ last_size=$(wc -c < noisy-sine.wav)
echo
"Original file size
${
last_size
}
bytes."
for
k
in
1 2 3 4 5 6 7 8
;
do
for
k
in
0
1 2 3 4 5 6 7 8
;
do
flac -
${
k
}
--silent
noisy-sine.wav
-o
${
fname
}
size
=
$(
wc
-c
<
${
fname
}
)
echo
"Compression level
${
k
}
, file size
${
size
}
bytes."
...
...
Write
Preview
Supports
Markdown
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