//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
| afpGenerator | The AfpGenerator instance. |
| hopCount | The current hop count. |
| countOfSilence | The number of silence detections. |
