Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

32 行
575B

  1. {
  2. "audio": {
  3. "inputPath": "",
  4. "sampleRate": 48000,
  5. "gain": 1.0
  6. },
  7. "rds": {
  8. "enabled": true,
  9. "pi": "1234",
  10. "ps": "FMRTX",
  11. "radioText": "fm-rds-tx example config",
  12. "pty": 0
  13. },
  14. "fm": {
  15. "frequencyMHz": 100.0,
  16. "stereoEnabled": true,
  17. "pilotLevel": 0.1,
  18. "rdsInjection": 0.03,
  19. "preEmphasisUS": false,
  20. "outputDrive": 0.5,
  21. "compositeRateHz": 228000
  22. },
  23. "backend": {
  24. "kind": "file",
  25. "device": "",
  26. "outputPath": "build/out/composite.f32"
  27. },
  28. "control": {
  29. "listenAddress": "127.0.0.1:8088"
  30. }
  31. }