summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 15:30:20 +0200
committerYuval Adam <_@yuv.al>2024-05-31 15:32:26 +0200
commitea0acfda17f94b88fa71218be7b3cd4736736698 (patch)
tree4e29392c80ed37bc566bac9178047ee3756b876d /README.md
parentef5668b85f6bf79fdd01ce98a010d593d2a5ea11 (diff)
Finalize rodio backend implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55bf8f1..a2d1550 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# somafm.rs
-A Rust-based command line player for SomaFM radio
+A Rust-based command line player for SomaFM radio.
-Currently requires `mpv` installed as the media backend, pure-rust media output is planned.
+Implements a pure-Rust audio backend, but can fallback to using a `mpv` as an optional dependency.
## Install