rtl_airband.conf 887 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. fft_size = 512;
  2. bel_start_on_time = 1800;
  3. bel_open_time = 7;
  4. bel_prolong_time = 600;
  5. bel_wave_out_level = 0.1;
  6. bel_wave_in_level = 10.0;
  7. bel_blink_time = 60;
  8. pidfile = "/tmp/rtl_airband.pid";
  9. devices: (
  10. {
  11. type = "rtlsdr";
  12. index = 0;
  13. gain = 25;
  14. centerfreq = 123000000;
  15. correction = 80;
  16. channels:
  17. (
  18. {
  19. freq = 123.35;
  20. squelch_threshold = -45;
  21. outputs: (
  22. {
  23. type = "icecast";
  24. server = "icecast.dalsro.se";
  25. port = 8000;
  26. mountpoint = "TWR.mp3";
  27. name = "Tower";
  28. genre = "ATC";
  29. username = "source";
  30. password = "icesource123!";
  31. },
  32. {
  33. type = "pulse";
  34. # server = "192.168.11.10";
  35. # sink = ... /* default sink */
  36. # stream_name = "Utility channels";
  37. # continuous = false;
  38. }
  39. );
  40. }
  41. );
  42. }
  43. );