v0.3.2
SoapySDR v0.3.2
Merged pull requests:
- Change
activate!()
default to continuous stream, rather than burst (#68) (@staticfloat) - Ensure that
read!(s::Stream, ...)
does not loop forever (#69) (@staticfloat) - Check device/stream are open before
{read,write}Stream
(#70) (@staticfloat)