Implementation of Advanced Mobile Phone Service (AMPS)
This commit is contained in:
6
src/amps/dsp.h
Normal file
6
src/amps/dsp.h
Normal 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);
|
||||
|
Reference in New Issue
Block a user