bongozone / vcvrack-rtlsdr

📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
https://vcvrack.com/plugins.html#SDR
GNU General Public License v2.0
21 stars 7 forks source link

Replace rtl_fm with UDP or REST implementation #38

Open wizardishungry opened 6 years ago

wizardishungry commented 6 years ago

rtl_udp or rtl_fm_python allow us to control an rtl_fm process over a UDP or TCP control socket respectively. Leaning towards the UDP implementation as it should be simpler.

Advantages

Disadvantages

wizardishungry commented 6 years ago

@davephillips @dizzisound: feedback appreciated

davephillips commented 6 years ago

Hi Jon ! The proposed changes look good, I'd like to see the expanded capabilities. However, I am concerned about latency and granularity so I'll be watching/testing those aspects for any degraded performance. The module works well for me now but of course I'm always interested in your improvements. :)

wizardishungry commented 6 years ago