diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2022-03-01 19:58:08 -0700 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:18:22 +1300 |
commit | 57314ce046d0de70051205367b258b9e7431b98f (patch) | |
tree | 8062c9fe3a997e526b331115c3f92338268dee7e /libraries/gsound/README | |
parent | 6633ae5531de440bafb18e278315e4bb6c83a76b (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/README | 3 |
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. |