rtl_airband.conf 949 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 = 32;
  14. centerfreq = 124000000;
  15. correction = 0;
  16. channels:
  17. (
  18. {
  19. freq = 123.355;
  20. squelch_threshold = -48;
  21. banbel = 1;
  22. modulation = "am";
  23. outputs: (
  24. {
  25. type = "icecast";
  26. server = "icecast.westfly.se";
  27. port = 8000;
  28. mountpoint = "ESGF.mp3";
  29. name = "ESGF 123.350";
  30. genre = "ATC";
  31. username = "FBGflyg";
  32. password = "FBG74flyg!!!";
  33. },
  34. {
  35. type = "pulse";
  36. # server = "192.168.11.10";
  37. # sink = ... /* default sink */
  38. # stream_name = "Utility channels";
  39. # continuous = false;
  40. }
  41. );
  42. }
  43. );
  44. }
  45. );