aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/uhd.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15Fixing and improving SDR support (SoapySDR and UHD)Andreas Eversberg1-1/+1
- Soapy SDR now works. - Channels can be selected. - Antennas can be listed and selected. - Device args, tune args, stream args can be specified.
2017-06-10SDR: Add option to give channel numberAndreas Eversberg1-1/+1
Using SoapySDR server allows to run different networks on multi channel SDR devices.
2017-05-15SDR: Add option to set IF bandwidth. If not defined, sampling rate is used.Andreas Eversberg1-1/+1
2017-03-04Rework on audio buffer managementAndreas Eversberg1-1/+1
Use function to get samples to be sent to fill audio buffers to a level. This replaces the function that only shows how much data is in the buffer. This way the function itself can control how much data will be sent.
2017-02-25Start streaming of sound/SDR just before main loopAndreas Eversberg1-0/+1
This prevents buffer overflow during init/creation processes
2017-02-18Support for UHD SDR interfaceAndreas Eversberg1-0/+7