浏览代码

Update README.md

gtxaspec 3 年之前
父节点
当前提交
6b09d1561e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ Using this project can potentially expose your device to the open internet depen
 * USB Mass storage enabled, mount USB SSD/HDD/flash drives
 * CIFS Supported
 * iptables included
-* Play .wav audio files using "cmd aplay \<path-to-file\> \<vol\>" command, the .wav file should be run from:
+* Play .wav audio files using "cmd aplay \<path-to-file\> \<vol\>" command.  Supported .wav files may be generated using ffmpeg as well::
  ```
  ffmpeg -i in.wav -acodec pcm_s16le -ac 1 -ar 16000 out.wav
  ```