update audio prereq

This commit is contained in:
lee2sman 2021-04-08 03:10:07 -04:00
parent 9cec601b64
commit 9307a6418a
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ Install needed node.js libraries
```
npm install
```
## Pre-reqs
In addition to the node.js packages, you must have an audio player such as mplayer, sox, mpg123 or mpg321 installed, etc. This is currently specified manually in line 15-16 (mplayer by default). mplayer can be installed via your package manager.
## Usage