From 6b09d1561e8637068ed24e17267afa294c6f636c Mon Sep 17 00:00:00 2001 From: gtxaspec Date: Sat, 18 Jun 2022 21:47:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30fcc9e..fd2102a 100644 --- a/README.md +++ b/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 \ \" command, the .wav file should be run from: +* Play .wav audio files using "cmd aplay \ \" command. Supported .wav files may be generated using ffmpeg as well:: ``` ffmpeg -i in.wav -acodec pcm_s16le -ac 1 -ar 16000 out.wav ```