From b30b63e6534de0314d705bde81db61d8dbde07c4 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 25 Jun 2024 15:01:08 -0400 Subject: [PATCH] define default device name for audio output --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9735d92..37d2343 100644 --- a/index.js +++ b/index.js @@ -158,6 +158,7 @@ aio.on('connection', function (socket) { if (audioEnabled) { if (record) record.end(); record = pulse.createRecordStream({ + device: 'auto_null.monitor', channels: 2, rate: 44100, format: 'F32LE',