1GSound(1) General Commands Manual GSound(1)
2
3
4
6 GSound - a small library for playing system sounds
7
8
10 gsound-play [options]
11
12
14 gsound-play is a small program for playing sounds.
15
16
18 -h, --help
19 Show help options.
20
21
22 -i, --id=STRING
23 Event sound identifier.
24
25
26 -f, --file=PATH
27 Play file.
28
29
30 -d, --description=STRING
31 Event sound description.
32
33
34 -c, --cache-control=STRING
35 Cache control (permanent, volatile, never).
36
37
38 -l, --loop=INTEGER
39 Loop many times (default: 1).
40
41
42 -v, --volume=STRING
43 A floating point dB value for the sample volume (ex: 0.0).
44
45
46 -b, --backend=STRING
47 libcanberra backend to use.
48
49
51 For further information, visit the website
52 https://wiki.gnome.org/Projects/GSound
53
54
56 All bugs in the application may be reported at the GNOME Gitlab at
57 https://gitlab.gnome.org/GNOME/gsound/-/issues
58
59
60
61
62 16 August 2018 GSound(1)