Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
757B

  1. {
  2. "audio": {
  3. "inputPath": "",
  4. "gain": 1.0,
  5. "toneLeftHz": 400,
  6. "toneRightHz": 2000,
  7. "toneAmplitude": 0.4
  8. },
  9. "rds": {
  10. "enabled": true,
  11. "pi": "BEEF",
  12. "ps": "PLUTO-TX",
  13. "radioText": "Hello from PlutoSDR",
  14. "pty": 0
  15. },
  16. "fm": {
  17. "frequencyMHz": 100.0,
  18. "stereoEnabled": true,
  19. "pilotLevel": 0.09,
  20. "rdsInjection": 0.04,
  21. "preEmphasisTauUS": 50,
  22. "outputDrive": 2.2,
  23. "compositeRateHz": 228000,
  24. "maxDeviationHz": 75000,
  25. "limiterEnabled": true,
  26. "limiterCeiling": 1.0,
  27. "fmModulationEnabled": true
  28. },
  29. "backend": {
  30. "kind": "pluto",
  31. "device": "usb:",
  32. "outputPath": "",
  33. "deviceSampleRateHz": 2084000
  34. },
  35. "control": {
  36. "listenAddress": "127.0.0.1:8088"
  37. }
  38. }