aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsound
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg2-1/+3
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg2-38/+66
2024-03-30A different recording device may be specified for sound card accessAndreas Eversberg1-19/+18
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-31/+31
2022-06-18Alsa will indivate RF level with 0 dBAndreas Eversberg1-2/+7
2022-06-10Fixed glitch in sound buffer space calculationAndreas Eversberg1-0/+2
2022-05-29ALSA: Add environment variable to delay inputAndreas Eversberg1-8/+11
2021-10-24Refactor global variables for signal processingAndreas Eversberg2-6/+6
2021-03-28Make Alsa sound interface indipendent from libmobileAndreas Eversberg1-3/+20
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-1/+1
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke1-1/+1
2020-10-29Sound: Recover broken audio connection by closing and reopening the deviceAndreas Eversberg1-50/+74
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-2/+2
2019-11-29Describe if audio device exists, but does not support both directionsAndreas Eversberg1-8/+13
2019-08-26Fixed an unitialized-buffer bug.Andreas Eversberg1-0/+3
2018-02-16Improved audio (sdr) handlingAndreas Eversberg2-2/+3
2018-02-15Fix compiler warningsAndreas Eversberg1-2/+2
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg1-0/+2
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-1/+1
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move sound from common code to 'libsound'Andreas Eversberg3-0/+501