Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

39 строки
759B

  1. {
  2. "audio": {
  3. "inputPath": "",
  4. "gain": 1.0,
  5. "toneLeftHz": 400,
  6. "toneRightHz": 2000,
  7. "toneAmplitude": 0.3
  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.041,
  20. "rdsInjection": 0.021,
  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": 2280000
  34. },
  35. "control": {
  36. "listenAddress": "127.0.0.1:8088"
  37. }
  38. }