Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

45 linhas
885B

  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": "TESTATSSENDUNG 1mW",
  14. "pty": 0
  15. },
  16. "fm": {
  17. "bs412Enabled": true,
  18. "bs412ThresholdDBr": 0,
  19. "frequencyMHz": 100.0,
  20. "stereoEnabled": true,
  21. "pilotLevel": 0.09,
  22. "rdsInjection": 0.04,
  23. "preEmphasisTauUS": 50,
  24. "outputDrive": 1.0,
  25. "mpxGain": 1.0,
  26. "compositeRateHz": 228000,
  27. "maxDeviationHz": 75000,
  28. "limiterEnabled": true,
  29. "limiterCeiling": 1.0,
  30. "fmModulationEnabled": true
  31. },
  32. "backend": {
  33. "kind": "pluto",
  34. "device": "usb:",
  35. "driver": "",
  36. "uri": "",
  37. "deviceArgs": {},
  38. "outputPath": "",
  39. "deviceSampleRateHz": 2280000
  40. },
  41. "control": {
  42. "listenAddress": "127.0.0.1:8088"
  43. }
  44. }