On Thu, 23 Jan 2014 14:39:14 +0200
Nikos Balkanas <nikos.balkanas(a)eyeonix.com> wrote:
Just read the rtl-sdr/include/rtl-sdr.h. It includes
all API functions with
helpful notes for each one ;-).
It's not sufficient. The header file does not specify the I/Q
format: the integer encoding and which byte is I and which is Q.
When I needed it, I had to cargo-cult it from bits and pieces
in the sample programs.
-- Pete