vcvrack-rtlsdr icon indicating copy to clipboard operation
vcvrack-rtlsdr copied to clipboard

📻 FM radio for rtl-sdr USB dongles in the VCVRack environment

Results 27 vcvrack-rtlsdr issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
good first issue

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...

enhancement
Windows
Linux
build
Mac

see https://github.com/sysrun/rtl-sdr

question

- normal the audio together unless both channels are active (output.active)

enhancement

- Ability to "seek" channels like in a fancy car. 🚐 - CV out of scanned channels?

enhancement

* Use the PulseGenerator builtin class * Will this output a pulse before the audio from the new channel arrives? Is this bad?

enhancement
good first issue

[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...

enhancement
question
epic

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...

enhancement
good first issue
question