DamonChen117

Results 22 comments of DamonChen117

> Can you post the media file + instructions to reproduce? Sorry, this issue was reported from user. I don't have the media files.

Tried with below work around, the audios can be joined successfully. ``` var presentationTimeUs = 0L ... private class EosIgnoringDataSink{ override fun writeTrack(type: TrackType, byteBuffer: ByteBuffer, bufferInfo: MediaCodec.BufferInfo) { if...

I uploaded the audio files to https://github.com/DamonChen117/ebAndroid/blob/master/audios.zip the datasources are: ClipDataSource(main.mp3), FilePathDataSource(0.amr), ClipDataSource(main.mp3), FilePathDataSource(1.amr), ClipDataSource(main.mp3), FilePathDataSource(2.amr), ....

I create new datasource each time: ``` for (...) { ... val source = ClipDataSource(FilePathDataSource(mainAudioFile.path), endTime, start) builder.addDataSource(TrackType.AUDIO, source) ... val source = FilePathDataSource(url.getPath()) builder.addDataSource(TrackType.AUDIO, source) ... } ```

Hi, I was not able to run test case. The run test menu not show up. But my clip time is like: ` addDataSource(ClipDataSource(input("main.mp3"), 0L, 1000_000L)) addDataSource(input("0.amr")) addDataSource(ClipDataSource(input("main.mp3"), 2000_000L, 3000_000L))...

For me, to fix the issue "**Undefined symbols for architecture armv7**" of Share Extension target, when building for real device. 1. delete Share Extension 2. modify the podfile: post_install do...

check this link: [https://github.com/KasemJaffer/receive_sharing_intent/issues/82#issuecomment-684533592](https://github.com/KasemJaffer/receive_sharing_intent/issues/82#issuecomment-684533592)

> 是不是弹出又收回,我用的是搜狗输入法会这样,无法正常弹出,可以更换其他输入法(我换了讯飞)试一下 我是直接不显示的。

文档没写好,需要配置 weixin 到LSApplicationQueriesSchemes中。