ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
audio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int RECEIVER_BASE = 22222
 file audio.h Common header for audiorx and audiotx. More...
 
const int TRANSMITTER_BASE = 33334
 
const int SAMPLING_RATE = 8000
 
const int PERIOD = 20
 
const int PACKET_SIZE =SAMPLING_RATE*PERIOD/1000
 

Variable Documentation

const int PACKET_SIZE =SAMPLING_RATE*PERIOD/1000

Definition at line 40 of file audio.h.

const int PERIOD = 20

Definition at line 37 of file audio.h.

const int RECEIVER_BASE = 22222

file audio.h Common header for audiorx and audiotx.

Definition at line 29 of file audio.h.

const int SAMPLING_RATE = 8000

Definition at line 33 of file audio.h.

const int TRANSMITTER_BASE = 33334

Definition at line 30 of file audio.h.