summary refs log tree commit diff
path: root/doc/mu-sdl.1
diff options
context:
space:
mode:
authorzlago2024-09-02 11:54:08 +0200
committerzlago2024-09-02 11:54:08 +0200
commit9c0646f404d5ff2cbda0e967ba5e0b59ff5de6ab (patch)
tree182e5a3ce9f1875cd00de5470ae47c8a02608ed5 /doc/mu-sdl.1
parent6d30e75c7684817b9637a370f494040a1135b876 (diff)
docs
Diffstat (limited to 'doc/mu-sdl.1')
-rw-r--r--doc/mu-sdl.161
1 files changed, 61 insertions, 0 deletions
diff --git a/doc/mu-sdl.1 b/doc/mu-sdl.1
new file mode 100644
index 0000000..4e8e6a9
--- /dev/null
+++ b/doc/mu-sdl.1
@@ -0,0 +1,61 @@
+.Dd September 2, 2024
+.Dt mu-sdl 1
+.Os
+.Sh NAME
+.Nm mu-sdl
+.Nd audio player that never stops meowing
+.Sh SYNOPSIS
+.Nm mu-sdl
+.Op audio file
+.Sh DESCRIPTION
+.Nm
+will play audio files you drag and drop onto its window
+
+currently supported formats:
+.Bl -bullet
+.It
+s3xmodit
+.It
+midi
+.El
+.Sh ENVIRONMENT
+SOUNDFONT
+
+soundfont to use for midi
+.Sh FILES
+/usr/share/sounds/sf2/default-GM.sf2
+
+default soundfont
+.Sh EXAMPLES
+SOUNDFONT=gm.sf2
+.Nm
+e1m1.mid
+
+will play
+.Em e1m1.mid
+on loop with the soundfont
+.Em gm.sf2
+
+you can then hit
+.Em space
+or
+.Em escape
+to pause and quit the program, respectively
+.Sh SEE ALSO
+.Xr mu123 1
+.Xr openmpt123 1
+.Xr out123 1
+.\" .Sh STANDARDS
+.\" .Sh HISTORY
+.Sh AUTHORS
+.An sylvie
+.\" .Sh CAVEATS
+.Sh BUGS
+loading midi files leaks ~15KB of memory each time
+
+i have no idea how to fix that
+
+.\" there is also a crash i couldnt reproduce .\" i think i fixed it
+
+.\" .Sh SECURITY CONSIDERATIONS
+.\" Not used in OpenBSD.