Skip to content

//sorisdk/com.iplateia.afplib/AfpGeneratorListener/onSilenceDetected

onSilenceDetected

[androidJvm]
open override fun onSilenceDetected(afpGenerator: AfpGenerator, hopCount: Int, countOfSilence: Int)

Called when silence is detected during audio processing.

Parameters

androidJvm

afpGeneratorThe AfpGenerator instance.
hopCountThe current hop count.
countOfSilenceThe number of silence detections.