zoomGitS

Results 4 comments of zoomGitS

any news aboute this issue?

//initilize ``` private val exoPlayer by lazy { ExoPlayer.Builder(this, renderersFactory).setTrackSelector(trackSelector).build() } ``` //create media sources ``` val audioThreeFile = File(File(filesDir, "audio_test"), "audio_one_trimed.mp3") val audioFourFile = File(File(filesDir, "audio_test"), "auudio_two_trimed.mp3") val defaultDataSourceFactory...

Maybe the issue lies in the RenderersFactory where I am adding three new AudioRendererWithoutClock instances. However, I actually only need one additional AudioRendererWithoutClock to render the second audio.