diff options
author | zlago | 2024-09-02 11:54:08 +0200 |
---|---|---|
committer | zlago | 2024-09-02 11:54:08 +0200 |
commit | 9c0646f404d5ff2cbda0e967ba5e0b59ff5de6ab (patch) | |
tree | 182e5a3ce9f1875cd00de5470ae47c8a02608ed5 /doc | |
parent | 6d30e75c7684817b9637a370f494040a1135b876 (diff) |
docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mu-sdl.1 | 61 | ||||
-rw-r--r-- | doc/mu123.1 | 53 |
2 files changed, 114 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. diff --git a/doc/mu123.1 b/doc/mu123.1 new file mode 100644 index 0000000..939467a --- /dev/null +++ b/doc/mu123.1 @@ -0,0 +1,53 @@ +.Dd September 2, 2024 +.Dt mu123 1 +.Os +.Sh NAME +.Nm mu123 +.Nd audio player that never stops meowing +.Sh SYNOPSIS +.Nm mu123 +.Ar audio file +.Sh DESCRIPTION +.Nm +will play the audio file you pass to it + +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 +.Sh SEE ALSO +.Xr mu-sdl 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 + +.\" .Sh SECURITY CONSIDERATIONS +.\" Not used in OpenBSD. |