1package com.alivc.component.custom;
3import com.alivc.live.pusher.Visible;
24 public void customFilterProcess(
long dataPtr,
int numOfSamples,
int bytesPerSample,
int numOfChannels,
int sampleRate);
Customizing the audio filter interface.
void customFilterProcess(long dataPtr, int numOfSamples, int bytesPerSample, int numOfChannels, int sampleRate)