Implementation of Advanced Mobile Phone Service (AMPS)

This commit is contained in:
Andreas Eversberg
2016-05-01 19:51:56 +02:00
parent 7d5d3da8d3
commit d2c4ca4fa9
33 changed files with 36778 additions and 16 deletions

6
src/amps/dsp.h Normal file
View File

@@ -0,0 +1,6 @@
void dsp_init(void);
int dsp_init_sender(amps_t *amps, int high_pass);
void dsp_cleanup_sender(amps_t *amps);
void amps_set_dsp_mode(amps_t *amps, enum dsp_mode mode, int frame_length);