summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-09-04 05:23:53 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-09-04 05:23:53 +0000
commit9837d1f9b6560f54e69e8a0c74d38c4c8f467a1d (patch)
tree7beb8b9c049fe0e3d53a9d32b98ff1efc3493761 /audio
parentupdate my port (same version). (diff)
fix some brain deadedness in last commit (disable a couple debugging
statements and add a nl)
Notes
Notes: svn path=/head/; revision=7769
Diffstat (limited to 'audio')
-rw-r--r--audio/nspmod/files/patch-aa4
-rw-r--r--audio/nspmod/files/patch-ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/nspmod/files/patch-aa b/audio/nspmod/files/patch-aa
index d9b77b1fb826..27557f1828c7 100644
--- a/audio/nspmod/files/patch-aa
+++ b/audio/nspmod/files/patch-aa
@@ -100,12 +100,12 @@
perror("dacioConf");
exit(1);
}
-! fprintf(stderr, "sound buffer size = 0x%x\n", buf.size);
+! /*fprintf(stderr, "sound buffer size = 0x%x\n", buf.size);*/
! tmp = buf.size;
! while (tmp <= (0.1 * (dcp->speed * (dcp->stereo+1) * (dcp->bits/8))))
! tmp += buf.size;
! buf.size = tmp;
-! fprintf(stderr, "buffer size = 0x%x\n", buf.size);
+! /*fprintf(stderr, "buffer size = 0x%x\n", buf.size);*/
dci = *dcp;
/*if (buf.top != NULL) free(buf.top);*/
! buf.top = memPerm(buf.size);
diff --git a/audio/nspmod/files/patch-ac b/audio/nspmod/files/patch-ac
index c2e5be6584bc..e031445d0fdd 100644
--- a/audio/nspmod/files/patch-ac
+++ b/audio/nspmod/files/patch-ac
@@ -14,7 +14,7 @@
printf("NSPmod version " LIT(VERSION_MAJOR) "." LIT(VERSION_MINOR) "\n");
printf("Usage: %s [options] modfile\n", argv0);
printf("Options:\n");
-+ printf(" -b # number of bits to output (8 or 16)");
++ printf(" -b # number of bits to output (8 or 16)\n");
printf(" -c # play only the channel\n");
printf(" -e show events\n");
printf(" -f # output sample rate\n");