Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

415B

SRT framed-PCM profile

This module now assumes a deliberately narrow WAN profile:

  • transport: SRT
  • payload framing: custom framed stream defined in stream_proto.go
  • codec today: PCM S32LE
  • codec reserved for later: Opus

Rationale:

  • keep the Go stack small and deterministic
  • avoid generic container/demux complexity
  • make WAN ingest compatible with the same PCMFrame callback used by RTP/AES67-lite