aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/wave.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-25Use thread to record and playback wave files without blockingAndreas Eversberg1-43/+226
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-6/+12
The leves are based on the standards of each mobile network. They are adjusted to the specified frequency deviation now.
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-6/+13
This prepares the correction of all levels
2017-02-18Wave recording and playback now uses multi channelsAndreas Eversberg1-24/+40
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg1-5/+5
2016-03-27common code: Add feature to record received audio and replay itAndreas Eversberg1-0/+300
-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.