Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- // Example only. Rename to srt_gosrt.go in your target repo and wire it to github.com/datarhei/gosrt once that dependency is available.
- //go:build gosrt
-
- package aoiprxkit
-
- // This file is intentionally left as a non-compiling example placeholder in the package zip.
- // Reason: the current environment cannot fetch external Go modules, and the exact gosrt API
- // should be verified against the version you vendor or pin in your target repository.
- //
- // Expected job of the real implementation:
- // - parse cfg.URL
- // - open a gosrt listener/caller depending on cfg.Mode
- // - return an io.ReadCloser that yields framed PCM packets defined by stream_proto.go
|