SoapySDR rust bindings reading samples
I’ve been trying to use the rust soapysdr bindings to control an RTL-SDR usb dongle. I’ve been running into difficulties with reading samples out of the device, and think it has to do with the way I’m giving my buffer to the function. let mut samples: [Complex<i8>; 131072] = [Complex::new(1,0); 131072]; let mut buffer: &[&mut … Read more