mirror of
https://github.com/smittix/intercept.git
synced 2026-07-19 06:48:11 -07:00
Add explicit stdout output flag to rtl_fm command
- Add '-' flag to explicitly specify stdout output - Some rtl_fm versions/devices require this explicitly Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -398,6 +398,8 @@ def _start_audio_stream(frequency: float, modulation: str):
|
|||||||
]
|
]
|
||||||
if scanner_config.get('bias_t', False):
|
if scanner_config.get('bias_t', False):
|
||||||
sdr_cmd.append('-T')
|
sdr_cmd.append('-T')
|
||||||
|
# Explicitly output to stdout (some rtl_fm versions need this)
|
||||||
|
sdr_cmd.append('-')
|
||||||
else:
|
else:
|
||||||
# Use SDR abstraction layer for HackRF, Airspy, LimeSDR, SDRPlay
|
# Use SDR abstraction layer for HackRF, Airspy, LimeSDR, SDRPlay
|
||||||
rx_fm_path = find_rx_fm()
|
rx_fm_path = find_rx_fm()
|
||||||
|
|||||||
Reference in New Issue
Block a user