Searched defs:preproc_session_s (Results 1 – 1 of 1) sorted by relevance
100 struct preproc_session_s { struct102 uint32_t state; // current state (enum preproc_session_state) argument103 int id; // audio session ID104 int io; // handle of input stream this session is on105 webrtc::AudioProcessing* apm; // handle on webRTC audio processing module (APM)106 size_t apmFrameCount; // buffer size for webRTC process (10 ms)107 uint32_t apmSamplingRate; // webRTC APM sampling rate (8/16 or 32 kHz)108 size_t frameCount; // buffer size before input resampler ( <=> apmFrameCount)109 uint32_t samplingRate; // sampling rate at effect process interface110 uint32_t inChannelCount; // input channel count[all …]