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
Xiph.Org
flac
Commits
66293ca9
Commit
66293ca9
authored
Jun 05, 2002
by
Josh Coalson
Browse files
also test -3 and -7 in noise tests
parent
d0706478
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_streams.sh
View file @
66293ca9
...
@@ -126,7 +126,7 @@ for f in 10 11 12 13 14 15 16 17 18 19 ; do
...
@@ -126,7 +126,7 @@ for f in 10 11 12 13 14 15 16 17 18 19 ; do
done
done
echo
"Testing noise..."
echo
"Testing noise..."
for
opt
in
0 1 2 4 5 6 8
;
do
for
opt
in
0 1 2
3
4 5 6
7
8
;
do
for
extras
in
''
'-p'
'-e'
;
do
for
extras
in
''
'-p'
'-e'
;
do
for
blocksize
in
''
'-b 32'
'-b 32768'
'-b 65535'
;
do
for
blocksize
in
''
'-b 32'
'-b 32768'
'-b 65535'
;
do
for
channels
in
1 2 4 8
;
do
for
channels
in
1 2 4 8
;
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