Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

39 rindas
764B

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