aboutsummaryrefslogtreecommitdiffstats
path: root/src/radio
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg2-4/+6
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg2-6/+3
2024-03-30Audio rework, new jitter bufferAndreas Eversberg2-13/+36
2024-02-18Disable rtprio by default and abort, if given prio is not allowedAndreas Eversberg1-2/+4
2024-02-18Move from local to external osmo* librariesAndreas Eversberg3-43/+46
2022-10-23Refactoring jitter bufferAndreas Eversberg1-10/+11
2021-12-12Cleanup SDR usage when no channel, but full spectrum is used.Andreas Eversberg1-1/+1
2021-11-20radio: Fixed crash cause by not selecting any RX sinkAndreas Eversberg1-4/+5
2021-10-24Refactor global variables for signal processingAndreas Eversberg3-31/+31
2021-03-20Using "--limesdr" or "--limesdr-mini" will also set device to "lime"Andreas Eversberg1-0/+2
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-1/+6
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-4/+6
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke2-5/+5
2020-04-04A string is used to define what digits can be dialed via consoleAndreas Eversberg1-1/+1
2019-12-22osmoradio: Play audio and record wave simultaniouslyAndreas Eversberg2-19/+12
2019-12-22osmoradio: Display wave formAndreas Eversberg3-4/+31
2019-12-22osmoradio: Fix disabling of emphasisAndreas Eversberg3-16/+24
2019-12-08Add power control to AM (power on/off per sample)Andreas Eversberg1-3/+3
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-3/+5
2019-07-15Fixed many typos in output and source code commentsMartin Hauke1-1/+1
2019-07-05Radio: Add option to change volume of transmission/receptionAndreas Eversberg3-3/+33
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg1-0/+16
2018-11-10Radio: Minor fixesAndreas Eversberg2-2/+4
2018-08-25SDR: Add presets for LimeSDR-MiniAndreas Eversberg1-0/+18
2018-08-25Radio: Abort, if no RX sink is specifiedAndreas Eversberg1-0/+4
2018-05-21Osmoradio fixes: Use real time scheduling and always transmit empty bufferAndreas Eversberg1-13/+37
2018-05-21Refactoring command line option handlingAndreas Eversberg2-160/+118
2018-02-16Add 'osmoradio', an analog radio (FM/AM)Andreas Eversberg4-0/+1322