0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
This commit is contained in:
2024-12-31 11:53:58 +01:00
parent b0b2f2e4bc
commit 0d4a35817e
5 changed files with 261 additions and 10 deletions

View File

@@ -6,4 +6,7 @@ STCode is a simple stereo encoder for FM, it uses pasimple and math to:
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)!
Also nearly no latency, not like Stereo Tool (or mpxgen which doesn't even work)
Also nearly no latency, not like Stereo Tool (or mpxgen which doesn't even work)
# SCAMod
SCAMod is a simple FM modulator which can be used to modulate a secondary audio stream, has similiar cpu usage and latency as STCode