FreeCalypso > hg > themwi-system-sw
view mgw/dtmf_defs.h @ 179:b79d6334f543
themwi-rtp-mgr: RTP port allocation split out of themwi-mgw
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 Mar 2023 20:19:14 -0800 |
parents | a6eb2de277f6 |
children |
line wrap: on
line source
/* * This header file holds various internal definitions for DTMF generation, * including DTMF_MAX_FRAMES limit. */ #define DTMF_MAX_FRAMES 60 /* 1200 ms */ struct dtmf_desc { int digit; float freq_low; float freq_high; int16_t *samples; };