vcvrack-rtlsdr
vcvrack-rtlsdr copied to clipboard
📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
see [Wikipedia](https://en.wikipedia.org/wiki/FM_broadcast_band#Center_frequencies) > The FM broadcast band in Japan uses 76 to 95 MHz. The International Radio and Television Organisation (OIRT) band in Eastern Europe is from 65.8 to 74.0...
1. Build tag `v0.6.0` 2. Upload packages to https://github.com/bongozone/vcvrack-rtlsdr/releases/v0.6.0 3. Submit to community repo Linux blocked by: #26
this got me closer: ` mingw-w64-x86_64-libusb-compat-git` this was a help: `mingw-w64-x86_64-pkg-config` adding this the the makefile seemed to help, but was probably a mistake: `PKG_CONFIG_PATH ?= ./src/sdr` I now get...
re: #29 > move towards using git submodules on every platform. Both of those libraries are semi-complex to build, so I'm keeping my eyes open for a plugin that builds...
see https://github.com/sysrun/rtl-sdr
- normal the audio together unless both channels are active (output.active)
- Ability to "seek" channels like in a fancy car. 🚐 - CV out of scanned channels?
* Use the PulseGenerator builtin class * Will this output a pulse before the audio from the new channel arrives? Is this bad?
[rtl_udp](https://github.com/sysrun/rtl-sdr) or [rtl_fm_python](https://github.com/th0ma5w/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...
Idea for improving the number of tuning operations per second #8 The current implementation of `RtlSdr_tune` signals `s->hop_m` to let the tuning thread know to tune the SDR. Why not...