aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg1-0/+1
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg1-0/+1
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg1-3/+1
2017-02-18Use global init/cleanup functionAndreas Eversberg1-0/+2
2017-02-18Rework on audio interfaceAndreas Eversberg1-4/+4
Sound instance is now called audio instance and uses funcation pointers. This gives a clean interface to be exchanged with other technologies, linke SDR.
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-1/+0
2017-01-02A-Netz: Don't allow emphasis, since it is not used with A-NetzAndreas Eversberg1-0/+1
2016-12-09Add common function to give hotkey helpAndreas Eversberg1-0/+1
* Key to dial and hangup * Key to display wave form
2016-11-27Changed command line optionsAndreas Eversberg1-2/+3
* All lower case options define common options * All upper case options define network specific options
2016-08-03Add info key 'i' to show some states.Andreas Eversberg1-0/+2
Currently showing C-Netz attached subscribers
2016-07-09common code: Add support for main loop handlerAndreas Eversberg1-1/+1
2016-06-18common code: Add processing interval option to decrese CPU usageAndreas Eversberg1-1/+2
2016-06-17Add function to display wave form from input/loopAndreas Eversberg1-0/+3
Use 'w' to toggle display. Move terminal input processing and main loop to main_common.c
2016-05-08common code: Add input gain optionAndreas Eversberg1-2/+3
2016-05-08Multi transceiver supportAndreas Eversberg1-2/+13
This can be multiple transceivers on multiple sound cards. Two transceivers can be bundled on one sound device as well, using both channels.
2016-04-24common: Add pre and de emphasis, if the radio does not support itAndreas Eversberg1-0/+2
Connect to the oscillator of the transmitter - good girl! You need to enable pre emphasis in this case. Connect to the discriminator of the receiver - good boy! You need to enable de emphasis in this case.
2016-03-27common code: Add feature to record received audio and replay itAndreas Eversberg1-0/+2
-W <file.wav> writes a wave file of received audio -R <file.wav> reads a wave file to feed into decoder This way you can record a phone and later debug without a phone and radio equipment.
2016-03-13Prepare for NMT: Fixes and improvements at common codeAndreas Eversberg1-1/+1
2016-03-13anetz/bnetz: Move option 'loss detection' from common code to individual codeAndreas Eversberg1-1/+0
2016-03-13initial git importAndreas Eversberg1-0/+22