aboutsummaryrefslogtreecommitdiff
path: root/libraries/gsound/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2022-03-01 19:58:08 -0700
committerAndrew Clemons <andrew.clemons@gmail.com>2022-03-05 00:18:22 +1300
commit57314ce046d0de70051205367b258b9e7431b98f (patch)
tree8062c9fe3a997e526b331115c3f92338268dee7e /libraries/gsound/README
parent6633ae5531de440bafb18e278315e4bb6c83a76b (diff)
libraries/gsound: Added (library for playing system sounds).
This library is a dependency for the updated pitivi program. The updated should be included in the same PR as this addition. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/gsound/README')
-rw-r--r--libraries/gsound/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gsound/README b/libraries/gsound/README
new file mode 100644
index 000000000000..d6287559452e
--- /dev/null
+++ b/libraries/gsound/README
@@ -0,0 +1,3 @@
+GSound is a small library for playing system sounds. It's designed
+to be used via GObject Introspection, and is a thin wrapper around
+the libcanberra C library.