LimeSuite Wrapper on Go (Driver for LimeSDR Devices)
So far I need to do all the comments for the methods (since go auto-generates the documentation). But while I do that, you can check the examples. The documentation is available at: https://godoc.org/github.com/racerxdl/limedrv
So far there is a functional WBFM Radio that uses SegDSP for demodulating. You can check it at _examples/limefm
. To compile, just go to the folder and run:
go build
It will generate a limefm
executable in the folder. It outputs the raw Float32 audio into stdout. For example, you can listen to the radio by using ffplay:
./limefm -antenna LNAL -centerFrequency 106300000 -channel 0 -gain 0.5 -outputRate 48000 | ffplay -f f32le -ar 48k -ac 1 -