Skip to content

Commit

Permalink
blocks/sources/soapysdr: add SoapySDRSource
Browse files Browse the repository at this point in the history
resolves #28.
  • Loading branch information
vsergeev committed Aug 24, 2016
1 parent 79c520d commit 4250941
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 0 deletions.
1 change: 1 addition & 0 deletions radio/blocks/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ return {
HackRFSource = require('radio.blocks.sources.hackrf'),
SDRplaySource = require('radio.blocks.sources.sdrplay'),
PulseAudioSource = require('radio.blocks.sources.pulseaudio'),
SoapySDRSource = require('radio.blocks.sources.soapysdr'),

-- Sink Blocks
IQFileSink = require('radio.blocks.sinks.iqfile'),
Expand Down
Loading

0 comments on commit 4250941

Please sign in to comment.