Using an osmosdr sink, GNU radio and SoapySDR, I noticed that the IIO buffer is destroyed sometimes before all samples can be transmitted leading to dropouts of the signal. To fix this, I reverted the code to and earlier version which allocates the IIO buffer only once. See pull request #4 for a possible solution.
Using an osmosdr sink, GNU radio and SoapySDR, I noticed that the IIO buffer is destroyed sometimes before all samples can be transmitted leading to dropouts of the signal. To fix this, I reverted the code to and earlier version which allocates the IIO buffer only once. See pull request #4 for a possible solution.