Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

39 líneas
771B

  1. {
  2. "audio": {
  3. "inputPath": "",
  4. "gain": 1.0,
  5. "toneLeftHz": 1000,
  6. "toneRightHz": 1600,
  7. "toneAmplitude": 0.4
  8. },
  9. "rds": {
  10. "enabled": true,
  11. "pi": "1234",
  12. "ps": "FMRTX",
  13. "radioText": "fm-rds-tx example config",
  14. "pty": 0
  15. },
  16. "fm": {
  17. "frequencyMHz": 100.0,
  18. "stereoEnabled": true,
  19. "pilotLevel": 0.1,
  20. "rdsInjection": 0.05,
  21. "preEmphasisTauUS": 50,
  22. "outputDrive": 0.5,
  23. "compositeRateHz": 228000,
  24. "maxDeviationHz": 75000,
  25. "limiterEnabled": true,
  26. "limiterCeiling": 1.0,
  27. "fmModulationEnabled": true
  28. },
  29. "backend": {
  30. "kind": "file",
  31. "device": "",
  32. "outputPath": "build/out/composite.f32",
  33. "deviceSampleRateHz": 0
  34. },
  35. "control": {
  36. "listenAddress": "127.0.0.1:8088"
  37. }
  38. }