From e9ba9e42af06a5ec31cacb4ac5f3d42c0c643f97 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 30 Dec 2024 20:45:17 +0100 Subject: [PATCH] update readme --- .vscode/.server-controller-port.log | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/.server-controller-port.log b/.vscode/.server-controller-port.log index 2c8f007..a64f3b7 100644 --- a/.vscode/.server-controller-port.log +++ b/.vscode/.server-controller-port.log @@ -1,5 +1,5 @@ { "port": 13452, - "time": 1735587448586, + "time": 1735587895200, "version": "0.0.3" } \ No newline at end of file diff --git a/README.md b/README.md index fb9fa04..14c316b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # STCode STCode is a simple stereo encoder for FM, it uses pasimple and math to: -- Calculate mono signal from s16le ((L+R)/2) +- Calculate mono signal ((L+R)/2) - Generate the stereo pilot in phase to the stereo subcarrier -- Generate the stereo diffrence signal using DSB-SC +- Generate the stereo diffrence signal using DSB-SC ((L-R)/2) All that in about 3.5% cpu usage on a RPI-5 (lpf makes it 10, but stereo tool has 3 threads which do 100% cpu usage anyway, one 200)! \ No newline at end of file