Ivan Surya Hutomo

Results 8 issues of Ivan Surya Hutomo

Hi, after tracing this library, it seems that encoding and decoding use the class from "libwebrtc.jar" library. If I would to modify how we decode and encode the video, we...

Hello everyone, any ideas for doing rotation and translation to our 3D Skeleton then apply it back to 2D? My plan will like, I would to doing rotation and translation...

help wanted
question
extensions

### Description: ### Steps to reproduce: 1. Open Jitsi like usual on Android 13, join the conference as User A 2. User B join to see the behavior 3. User...

Hi, I am trying your code, your works are really good and unique. But is it possible that we have some contrast threshold or accuracy threshold or something? I tried...

Is is possible to use custom finetuned-model like shown below? https://huggingface.co/blog/fine-tune-whisper I have .safetensor model after fine-tuned, how could I use this kind of model, thank you.

你好,我想问一下如何将 JavaAudioDeviceModuleExtKt 附加到 onWebRtcAudioTrackStart,例如我有这段代码: ```java adm = JavaAudioDeviceModule.builder(reactContext) .setAudioTrackStateCallback( new JavaAudioDeviceModule.AudioTrackStateCallback() { @Override public void onWebRtcAudioTrackStart() { JavaAudioDeviceModuleExtKt.setAudioTrackSamplesReadyCallback(adm, audioSamples -> { //音频输出数据,通话时对方数据,原始pcm数据,可以直接录制成pcm文件,再转成mp3 int audioFormat = audioSamples.getAudioFormat(); int channelCount = audioSamples.getChannelCount();...

Hi, I tried to use this as awt replacement for Apache POI as I used Apache POI to convert documents (DOCX, XLSX, PPTX) to HTML so it could be previewed...

**🐞 Describe the bug** I got this error when storing complex objects like for example video track. It is about circular structure to JSON. Is it possible if we can...

bug