aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz/dsp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-1/+1
2024-03-30Audio rework, new jitter bufferAndreas Eversberg1-1/+32
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-11/+11
2022-10-23Refactoring jitter bufferAndreas Eversberg1-1/+4
2021-12-08Improvement of Goertzel filter. Using Hamming window now. Add test routine.Andreas Eversberg1-5/+5
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg1-10/+10
2019-08-26Remove useless debug linesAndreas Eversberg1-2/+1
2018-02-15Fix compiler warningsAndreas Eversberg1-1/+1
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-2/+2
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-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg1-1/+1
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg1-1/+1
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg1-12/+20
2017-10-12Add function to display measurements on screenAndreas Eversberg1-15/+23
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg1-1/+3
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-67/+51
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-21/+16
2017-02-18Indexing tables by casting index to unsigned integer onlyAndreas Eversberg1-8/+8
2017-02-18A-Netz: Option to set gain of paging tonesAndreas Eversberg1-21/+17
2017-02-18Prepare for SDR: Add bandwidth and deviation info to sender instanceAndreas Eversberg1-4/+6
2017-02-18Rework on audio interfaceAndreas Eversberg1-1/+1
2017-01-02A-Netz: Reset tone detector when going idleAndreas Eversberg1-1/+4
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg1-7/+28
2016-11-14A-Netz: Click removal when changing sequenced paging tonesAndreas Eversberg1-6/+37
2016-11-13A-Netz: Keep phase for each paging tone when played in sequenceAndreas Eversberg1-17/+24
2016-10-07Add check if fromat at PDEBUG() is consistent (like printf)Andreas Eversberg1-1/+1
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg1-2/+2
2016-07-24Fix typosAndreas Eversberg1-2/+2
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-3/+3
2016-06-12Add dsp mode change fuction to A and B Netz, fixed NMTAndreas Eversberg1-0/+6
2016-05-06A-Netz: Calibration of tone levels on TX and RX sideAndreas Eversberg1-29/+51
2016-03-15fixup debug class definition: rename DFSK and DAUDIO to DDSPAndreas Eversberg1-10/+10
2016-03-13initial git importAndreas Eversberg1-0/+329