gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
3.1k stars 544 forks source link

Implement repeat mode for I/Q replay tool #1375

Open reald opened 1 month ago

reald commented 1 month ago

The "Device string" in "Complex Sampled (IQ) File" Source is a bit uncomfortable. If you want to replay a .sigmf file the I/Q replay tool is more comfortable because it selects the sample rate for you (but not the core:frequency?).

But a disadvantage is the lack of the repeat mode like the "Complex Sampled (IQ) File" Source has.

=> Implement a repeat mode for IQ replay tool

vladisslav2011 commented 1 month ago

Duplicate of https://github.com/gqrx-sdr/gqrx/issues/1098 Possible fix: https://github.com/gqrx-sdr/gqrx/pull/1108 Feel free to test it and leave some feedback.