ref: f370f7155890fc8f8c7158bd96f02176e13d7887
parent: 7c028c65bbb2febbfcd47122ed54ab51c53e24b4
author: qwx <qwx@sciops.net>
date: Mon May 3 22:30:29 EDT 2021
opl2(1): uncommited usage examples
--- a/man/1/opl2
+++ b/man/1/opl2
@@ -47,6 +47,30 @@
This rate can be set using the
.B -n
parameter.
+.SH EXAMPLES
+Use with Wolfenstein 3D IMF files (default rate):
+.IP
+.EX
+% opl2 -n 700 <imf >/dev/audio
+.EE
+.PP
+Use with Commander Keen IMF files:
+.IP
+.EX
+% opl2 -n 560 <imf >/dev/audio
+.EE
+.PP
+Use with Wolfenstein 3D adlib sound effects:
+.IP
+.EX
+% opl2 -n 140 <al >/dev/audio
+.EE
+.PP
+Use with Ultima 6 M files:
+.IP
+.EX
+% opl2 -n 60 <mfile >/dev/audio
+.EE
.SH "SEE ALSO"
.IR wl3d (1) ,
.IR audio (3)