-
Process show this error, inmediatly after start:
```
# luaradio -a rx_wbfm -i rtlsdr -o wavfile:test.wav 99.9e6
Found Rafael Micro R820T/2 tuner
Exact sample rate is: 1102500.002464 Hz
Allocati…
-
Hi @vsergeev,
I really love luaradio and am eager to switch many of my DSP projects over to your project, the main thing preventing me from doing this right now is your long-term "Add API for async…
-
Hi everyone.
I'm experiencing issues when trying to run a very simple UHD script:
```lua
local radio = require('radio')
local source = radio.UHDSource("device=b210",868e6,250e3)
local sink = ra…
-
I am a total noob to SDR, but I am working on a platform for hacking it on a pizero, in a small form-factor, using a small screen & joystick. I am using love2d for UIs, and it seems to perform fairly …
-
Consider sdr support. Mostly want to DQ in some SDR implemented protocol and index that to node position. This feels more likely to be a collection of plugins rather than one single plugin that does i…
-
Currently, `Vector` elements are designed to be accessed via `vector.data` which returns raw C pointer object that is unsafe:
```lua
local types = require('radio.types')
local vec = types.Float32…
kolen updated
7 years ago
-
Hi folks,
Downloaded and installed on a Mac and WOW :-)
It would be WOW^2 to include a nice Digital Radio Mondial decoder into this program.
-
I needed to write to a continuous PCM (audio) stream for a 24/7 application that produces mp3 output chunks. But the stock WAVFileSink is not capable of being used with pipes since it uses file seek…
-
Hello, I have problem with SoapySDR driver.
```
SoapySDRUtil --info
######################################################
## Soapy SDR -- the SDR abstraction library ##
##############…
-
I just installed Lua, LuaRadio, Volk, and the others. Tried the examples. The graph windows freeze immediately, then the example crashes, is there any common mistake that we noobs make?
$ uname -a…