Jakub Myka

Results 3 comments of Jakub Myka

Strange scrolling MessageList (RecyclerView) after clicking on link in message has gone after I've changed `layout_width` property from `wrap_content` to `match_parent` in every custom message type holder. Maybe it will...

I've mixed FromFileBase and OnlyAudioBase classes, here is the result: ``` import android.media.AudioFormat; import android.media.AudioManager; import android.media.AudioTrack; import android.media.MediaCodec; import android.media.MediaFormat; import android.media.MediaRecorder; import android.util.Log; import androidx.annotation.Nullable; import com.pedro.encoder.Frame; import...

I've set the same samplerate for microphone and audio and I'm using calculatePts method from your example but unfortunately the effect is the same as it was previously.