Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume@desmottes.be>2021-12-29 18:44:16 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2021-12-29 18:48:20 +0300
commit61cdf47462434becad2c9825df98f58930c2bf7b (patch)
tree25ef54e13d6b319d5f8d159fb58d6c2045a596a8 /README.md
parentc5cba3fec501c13491e37676bf2910f25f270e3a (diff)
add spotify plugin
Plugin adding an element to play audio from Spotify.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9905d3631..566f9d2e7 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,10 @@ You will find the following plugins in this repository:
- `lewton`: A Vorbis decoder based on the
[lewton](https://github.com/RustAudio/lewton) library.
+ - `spotify`: A plugin to access content from [Spotify](https://www.spotify.com/)
+ based on the [librespot](https://github.com/librespot-org/) library.
+
+
* `video`
- `cdg`: A parser and renderer for
[CD+G karaoke data](https://docs.rs/cdg/0.1.0/cdg/).