From 3de1ec881ef258baf2010b92c0751fb9f4fc2d42 Mon Sep 17 00:00:00 2001 From: liam4 Date: Mon, 26 Jun 2017 22:19:00 -0300 Subject: Remove `sox` and `play` from documentation --- README.md | 2 +- man/http-music.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff37597..9748da4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ python3 -m http.server # On the client; that is, the device with http-music: $ cd http-music -$ yarn # to install Node.js dependencies; you'll also need `avconv` and `play`/`sox`. +$ yarn # to install Node.js dependencies; you'll also need `avconv` and `mpv`. $ npm run crawl-http -- > playlist.json $ node . # Go! ``` diff --git a/man/http-music.1 b/man/http-music.1 index bf7befa..e767bed 100644 --- a/man/http-music.1 +++ b/man/http-music.1 @@ -18,7 +18,7 @@ http-music - play music through the internet It features several convenient options which make it powerful while still sticking to the idea of keeping the utility as usable as possible. .PP \fBhttp-music\fR is portable. -It can be used anywhere with a Node environment, requiring only two commonly installed (and otherwise easy to get) utilities (\fBplay\fR (SoX) and \fBavconv\fR). +It can be used anywhere with a Node environment, requiring only two commonly installed (and otherwise easy to get) utilities (\fBmpv\fR and \fBavconv\fR). -- cgit 1.3.0-6-gf8a5