comparison include/pstn_defs.h @ 0:9e7e9ba22e42

starting project with public header files
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 09:10:27 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e7e9ba22e42
1 /* misc PSTN definitions */
2
3 #pragma once
4
5 #define PSTN_CODEC_PCMU 0
6 #define PSTN_CODEC_PCMA 8
7
8 #define FRAME_20MS 160 /* samples per RTP packet */