Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jan Svabenik 31e39f9d1a docs: define pre-v1 release posture il y a 1 mois
cmd feat: add simulated transmit path to main cli il y a 1 mois
docs docs: define pre-v1 release posture il y a 1 mois
examples Add output backend abstractions il y a 1 mois
internal feat: add simulated transmit path to main cli il y a 1 mois
scripts docs: define pre-v1 release posture il y a 1 mois
.gitignore docs: bootstrap fm rds transmitter project plan il y a 1 mois
CHANGELOG.md docs: define pre-v1 release posture il y a 1 mois
PROJECT_PLAN.md docs: switch plan to windows-first and soapy-first il y a 1 mois
README.md docs: switch plan to windows-first and soapy-first il y a 1 mois
RELEASE.md docs: define pre-v1 release posture il y a 1 mois
go.mod feat: integrate cli config and control scaffolding il y a 1 mois

README.md

fm-rds-tx

CPU-first FM stereo transmitter with RDS, written in Go.

Goal

Build a software transmitter pipeline for a licensed short-term VHF/FM broadcast project:

  • FM mono/stereo multiplex generation
  • RDS encoder/inserter
  • configurable audio and RDS inputs
  • configurable carrier frequency, deviation / MPX levels, and TX chain settings
  • CPU implementation first
  • optional CUDA acceleration where it actually helps
  • target platforms: Windows first during initial bring-up, then broad cross-platform support including Linux and Raspberry Pi / SBC targets

Important note

This repository is intended for lawful use only within Jan's licensed project window and under applicable radio regulations. Hardware output stages, spectral compliance, filtering, and actual radiated power must be validated against the license conditions and local law.

Planned scope

See PROJECT_PLAN.md.