summary refs log tree commit diff
path: root/doc/mu-sdl.1
blob: 4e8e6a91c480824de78cb8cb1aa519f8f26c8ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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.