Home
last modified time | relevance | path

Searched refs:SAMPLERATE_SKYPOPEN (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dskypopen.h75 #define SAMPLERATE_SKYPOPEN 16000 macro
77 #define SAMPLES_PER_FRAME (SAMPLERATE_SKYPOPEN/(1000/MS_SKYPOPEN))
H A Dskypopen_protocol.c49 int samplerate_skypopen = SAMPLERATE_SKYPOPEN;
H A Dmod_skypopen.c263 if (skypopen_codec(tech_pvt, SAMPLERATE_SKYPOPEN, MS_SKYPOPEN) != SWITCH_STATUS_SUCCESS) { in skypopen_tech_init()