Add jitter simulation and jitter-correction testing.

This commit is contained in:
rocky
2005-01-22 18:11:32 +00:00
parent 4e8d4c1373
commit 567e6e7775
4 changed files with 153 additions and 36 deletions

View File

@@ -847,7 +847,6 @@ main(int argc,char *argv[])
}
}
d->i_test_flags = test_flags;
switch( cdda_open(d) ) {
case -2:case -3:case -4:case -5:
report("\nUnable to open disc. Is there an audio CD in the drive?");
@@ -862,6 +861,8 @@ main(int argc,char *argv[])
exit(1);
}
d->i_test_flags = test_flags;
/* Dump the TOC */
if (query_only || verbose ) display_toc(d);