JiaChian
JiaChian
There is no way to remove dismiss listeners. So I add this part at `removeDismissListener` and `removeAllListeners`.
Hi, I want to merge two music with different sample rate(44100 and 48000), and I push their samples to two FFmpegFrameFilter(A, B) with different sample rate. And I want merge...
I can connect to metamask, and get the wallet address. Now, I want to sign message by the address. I use ```kotlin Session.preformMethodCall( Session.MethodCall.SignMessage( System.currentTimeMillis(), address, message ), callback )...