wizardyesterday / RtlSdrDiags

This code uses librtlsdr for a basis, and I have created an AM/FM/WBFM/SSB receiver application with this stuff. I call the application radioDiags. The application sends demodulated data to stdout as raw PCM formtted as signed 16-bit little endian integers to stdout at a rate of 8000S/s.
29 stars 2 forks source link

RFE: stereo WBFM #62

Closed calimeroteknik closed 10 months ago

calimeroteknik commented 10 months ago

Would be nice, but is maybe a bit of work to add this feature. (as opposed to increasing the samplerate)

wizardyesterday commented 10 months ago

I have been thinking about creating a separate FM stereo app to implement. I may do that soon.