osmocom-analog/src/common
Andreas Eversberg f3fd01ebcd ALSA code: Fixed corrupted sample at the end of a read
The last sample may get corrupted. It seems that this depends on the
card that is used. To fix this, the snd_pcm_avail is checked and
one sample less than available is read using snd_pcm_readi. This
sample remains in RX buffer until next read. Then it is not corrupted.
2016-07-02 08:04:43 +02:00
..
Makefile.am Rename 'compander' to 'compandor' 2016-06-20 19:37:56 +02:00
besetztton.c Prepare for NMT: Fixes and improvements at common code 2016-03-13 09:12:23 +01:00
besetztton.h initial git import 2016-03-13 09:12:11 +01:00
call.c common code: Release MNCC call 30 seconds after listening to announcement 2016-06-19 17:46:56 +02:00
call.h Add function to display wave form from input/loop 2016-06-17 17:03:28 +02:00
cause.c initial git import 2016-03-13 09:12:11 +01:00
cause.h initial git import 2016-03-13 09:12:11 +01:00
compandor.c Rename 'compander' to 'compandor' 2016-06-20 19:37:56 +02:00
compandor.h Rename 'compander' to 'compandor' 2016-06-20 19:37:56 +02:00
debug.c Implementation of Advanced Mobile Phone Service (AMPS) 2016-06-17 17:03:29 +02:00
debug.h Implementation of Advanced Mobile Phone Service (AMPS) 2016-06-17 17:03:29 +02:00
display_wave.c Add function to display wave form from input/loop 2016-06-17 17:03:28 +02:00
display_wave.h Add function to display wave form from input/loop 2016-06-17 17:03:28 +02:00
dtmf.c Add DTMF coder to common part 2016-03-13 13:38:35 +01:00
dtmf.h Add DTMF coder to common part 2016-03-13 13:38:35 +01:00
emphasis.c common code: Fixed de-emphasis by adding high pass filter 2016-05-13 09:37:02 +02:00
emphasis.h common code: Fixed de-emphasis by adding high pass filter 2016-05-13 09:37:02 +02:00
filter.c initial git import 2016-03-13 09:12:11 +01:00
filter.h Implementation of C-Netz (German mobile telephone system) 2016-04-24 15:19:00 +02:00
freiton.c Prepare for NMT: Fixes and improvements at common code 2016-03-13 09:12:23 +01:00
freiton.h initial git import 2016-03-13 09:12:11 +01:00
goertzel.c common code: Remove DC level before using Goertzel filter 2016-05-01 15:15:19 +02:00
goertzel.h initial git import 2016-03-13 09:12:11 +01:00
jitter.c Fixup typo on jitter code 2016-05-13 09:37:02 +02:00
jitter.h initial git import 2016-03-13 09:12:11 +01:00
loss.c fixup debug class definition: rename DFSK and DAUDIO to DDSP 2016-03-15 19:26:13 +01:00
loss.h initial git import 2016-03-13 09:12:11 +01:00
main.h common code: Add processing interval option to decrese CPU usage 2016-06-18 19:33:08 +02:00
main_common.c common code: Minor fix in main loop 2016-06-19 17:43:48 +02:00
mncc.h initial git import 2016-03-13 09:12:11 +01:00
mncc_sock.c initial git import 2016-03-13 09:12:11 +01:00
mncc_sock.h initial git import 2016-03-13 09:12:11 +01:00
samplerate.c common code: Fix sample rate conversion 2016-04-24 15:18:59 +02:00
samplerate.h common code: Fix sample rate conversion 2016-04-24 15:18:59 +02:00
sender.c Add function to display wave form from input/loop 2016-06-17 17:03:28 +02:00
sender.h Add function to display wave form from input/loop 2016-06-17 17:03:28 +02:00
sound.h Multi transceiver support 2016-05-08 15:48:13 +02:00
sound_alsa.c ALSA code: Fixed corrupted sample at the end of a read 2016-07-02 08:04:43 +02:00
timer.c common code: Add function request information, if timer is running 2016-04-17 16:49:08 +02:00
timer.h common code: Add function request information, if timer is running 2016-04-17 16:49:08 +02:00
wave.c common code: Add feature to record received audio and replay it 2016-03-27 17:56:04 +02:00
wave.h common code: Add feature to record received audio and replay it 2016-03-27 17:56:04 +02:00