From 5df0210df4c1d09ab2b19dcc36fa7bfcbba0f79c Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 16 Dec 2022 05:51:26 -0500 Subject: [PATCH] `aplay` -> `arecord` --- scripts/advanced.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 387098c..1c9a0bf 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -5,7 +5,7 @@ error_reporting(E_ERROR); if (file_exists('./scripts/thisrun.txt')) { $config = parse_ini_file('./scripts/thisrun.txt'); } elseif (file_exists('firstrun.ini')) { - $config = parse_ini_file('firstrun.ini'); + $config = parse_ini_file('firstrun.ini');r } $caddypwd = $config['CADDY_PWD']; @@ -251,7 +251,7 @@ if (file_exists('./scripts/thisrun.txt')) {

When the disk becomes full, you can choose to 'purge' old files to make room for new ones or 'keep' your data and stop all services instead.
Note: you can exclude specific files from 'purge' on the Recordings page.


-

Set Audio Card to 'default' to use PulseAudio (always recommended), or an ALSA recognized sound card device from the output of `aplay -L`. Choose the `dsnoop` device if it is available

+

Set Audio Card to 'default' to use PulseAudio (always recommended), or an ALSA recognized sound card device from the output of `arecord -L`. Choose the `dsnoop` device if it is available


Set Channels to the number of channels supported by your sound card. 32 max.