Searched refs:REVERB_SEND_LEVEL (Results 1 – 1 of 1) sorted by relevance
177 #define REVERB_SEND_LEVEL 0.75f // 0.75 in 4.12 format macro386 pContext->InFrames[2 * i] = (process_buffer_t)pIn[2 * i] * REVERB_SEND_LEVEL; in process()387 pContext->InFrames[2 * i + 1] = (process_buffer_t)pIn[2 * i + 1] * REVERB_SEND_LEVEL; in process()