Home
last modified time | relevance | path

Searched refs:WhiteChorusEffect (Results 1 – 2 of 2) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DWhiteChorusEffect.h23 class WhiteChorusEffect : public DelayLineEffect<iter_type> {
25 WhiteChorusEffect(float depth_ms, float delay_ms, float noise_pass): in WhiteChorusEffect() function
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DWhiteChorusDescription.h43 WhiteChorusEffect<iter_type>{paramArr[0], paramArr[1], paramArr[2]} in buildEffect()