aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/sound_alsa.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Restructure: Move sound from common code to 'libsound'Andreas Eversberg1-485/+0
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg1-1/+2
2017-10-12Add function to display measurements on screenAndreas Eversberg1-3/+45
2017-09-02SDR: Split SDR config from main_mobile.c to sdr_config.cAndreas Eversberg1-1/+1
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg1-1/+1
2017-03-04Rework on audio buffer managementAndreas Eversberg1-7/+15
2017-02-25Start streaming of sound/SDR just before main loopAndreas Eversberg1-4/+12
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-10/+14
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-21/+50
2017-02-18Neu structure for the paging process (B-Netz)Andreas Eversberg1-5/+60
2017-02-18Prepare for SDR: Add bandwidth and deviation info to sender instanceAndreas Eversberg1-1/+1
2017-02-18Rework on audio interfaceAndreas Eversberg1-5/+18
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-16/+33
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg1-3/+3
2016-08-13Alsa: Keep 8 samples in input buffer to avoid reading corrupted samplesAndreas Eversberg1-5/+7
2016-08-07Common code: Fix sound card resetAndreas Eversberg1-17/+28
2016-07-02ALSA code: Fixed corrupted sample at the end of a readAndreas Eversberg1-3/+18
2016-05-08Multi transceiver supportAndreas Eversberg1-7/+24
2016-04-24Implementation of C-Netz (German mobile telephone system)Andreas Eversberg1-1/+4
2016-03-13initial git importAndreas Eversberg1-0/+260