From c8188ca5602b8b20220da801f5e30843183b6146 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Mon, 29 Dec 2025 12:32:40 +0200 Subject: [PATCH] Add real speed option --- src/views/Edit/Sources/VirtualAudio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Edit/Sources/VirtualAudio.js b/src/views/Edit/Sources/VirtualAudio.js index a84fa28..9a7f4bc 100644 --- a/src/views/Edit/Sources/VirtualAudio.js +++ b/src/views/Edit/Sources/VirtualAudio.js @@ -53,7 +53,7 @@ const createInputs = (settings) => { if (address.length !== 0) { inputs.push({ address: address, - options: ['-f', 'lavfi'], + options: ['-f', 'lavfi', '-re'], }); }