I've found below tips here:
google/ExoPlayer#6705
But they seem to be outdated as
override fun buildAudioRenderers(context: Context,
extensionRendererMode: Int,
mediaCodecSelector: MediaCodecSelector,
enableDecoderFallback: Boolean,
audioSink: AudioSink,
eventHandler: Handler,
eventListener: AudioRendererEventListener,
out: ArrayList<Renderer>)
...does not expose audioProcessors anymore. I haven't found any simple way to adjust skip silence properties with current implementation and it is heavily requested feature in my app. Could you confirm that if this is currently possible?
I've found below tips here:
google/ExoPlayer#6705
But they seem to be outdated as
...does not expose audioProcessors anymore. I haven't found any simple way to adjust skip silence properties with current implementation and it is heavily requested feature in my app. Could you confirm that if this is currently possible?