//sorisdk/com.iplateia.afplib/IAfpGeneratorListener/onSilenceDetected
onSilenceDetected
[androidJvm]
abstract fun onSilenceDetected(afpGenerator: AfpGenerator, hopCount: Int, countOfSilence: Int)
Called when silence is detected during audio processing.
Parameters
androidJvm
afpGenerator | The AfpGenerator instance. |
hopCount | The current hop count. |
countOfSilence | The number of silence detections. |