Searched refs:PROC_BUFF_SAMPLES (Results 1 – 1 of 1) sorted by relevance
65 #define PROC_BUFF_SAMPLES (32000 * 10) // 32KHz * 10sec macro210 procInfo.samples = PROC_BUFF_SAMPLES; in AUDIOInit()213 procInfo.buffer = MEMAllocFromExpHeapEx(*heap, PROC_BUFF_SAMPLES * sizeof(s16), 32); in AUDIOInit()