aboutsummaryrefslogtreecommitdiffstats
path: root/src/radio/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-3/+5
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg1-1/+1
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 Eversberg1-2/+5
2021-12-12Cleanup SDR usage when no channel, but full spectrum is used.Andreas Eversberg1-1/+1
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-15/+15
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 Hauke1-1/+1
2020-04-04A string is used to define what digits can be dialed via consoleAndreas Eversberg1-1/+1
2019-12-22osmoradio: Display wave formAndreas Eversberg1-2/+11
2019-12-22osmoradio: Fix disabling of emphasisAndreas Eversberg1-1/+1
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg1-1/+3
2019-07-05Radio: Add option to change volume of transmission/receptionAndreas Eversberg1-1/+8
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg1-0/+16
2018-11-10Radio: Minor fixesAndreas Eversberg1-1/+1
2018-08-25SDR: Add presets for LimeSDR-MiniAndreas Eversberg1-0/+18
2018-05-21Osmoradio fixes: Use real time scheduling and always transmit empty bufferAndreas Eversberg1-13/+37
2018-05-21Refactoring command line option handlingAndreas Eversberg1-160/+117
2018-02-16Add 'osmoradio', an analog radio (FM/AM)Andreas Eversberg1-0/+488