Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
656B

  1. // Example only. Rename to srt_gosrt.go in your target repo and wire it to github.com/datarhei/gosrt once that dependency is available.
  2. //go:build gosrt
  3. package aoiprxkit
  4. // This file is intentionally left as a non-compiling example placeholder in the package zip.
  5. // Reason: the current environment cannot fetch external Go modules, and the exact gosrt API
  6. // should be verified against the version you vendor or pin in your target repository.
  7. //
  8. // Expected job of the real implementation:
  9. // - parse cfg.URL
  10. // - open a gosrt listener/caller depending on cfg.Mode
  11. // - return an io.ReadCloser that yields framed PCM packets defined by stream_proto.go