diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-09-04 05:23:53 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-09-04 05:23:53 +0000 |
commit | 9837d1f9b6560f54e69e8a0c74d38c4c8f467a1d (patch) | |
tree | 7beb8b9c049fe0e3d53a9d32b98ff1efc3493761 | |
parent | c9ce00862e1785408288c9b007888c58094f1895 (diff) | |
download | ports-9837d1f9b6560f54e69e8a0c74d38c4c8f467a1d.tar.gz ports-9837d1f9b6560f54e69e8a0c74d38c4c8f467a1d.zip |
Notes
-rw-r--r-- | audio/nspmod/files/patch-aa | 4 | ||||
-rw-r--r-- | audio/nspmod/files/patch-ac | 2 |
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"); |