From 9616b2a78cfe3b1f635f4468c4955666680f8dd1 Mon Sep 17 00:00:00 2001 From: archandanime <36922812+archandanime@users.noreply.github.com> Date: Sun, 19 Jun 2022 11:32:06 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a650cb..30fcc9e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ 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 +* Play .wav audio files using "cmd aplay \ \" command, the .wav file should be run from: + ``` + ffmpeg -i in.wav -acodec pcm_s16le -ac 1 -ar 16000 out.wav + ``` * WebCam Mode - Use your camera as a spare UVC USB Web Camera on your PC or AndroidTV! * RTMP Streaming - Stream live video from the camera to your favorite service, youtube, twitch, or facebook live. From 6b09d1561e8637068ed24e17267afa294c6f636c Mon Sep 17 00:00:00 2001 From: gtxaspec Date: Sat, 18 Jun 2022 21:47:39 -0700 Subject: [PATCH 2/2] 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 ```