mirror of https://github.com/wb2osz/direwolf.git
11 lines
109 B
C
11 lines
109 B
C
|
/* dtmf.h */
|
||
|
|
||
|
|
||
|
void dtmf_init (int sample_rate);
|
||
|
|
||
|
char dtmf_sample (int c, float input);
|
||
|
|
||
|
|
||
|
/* end dtmf.h */
|
||
|
|