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