Digipom
Digipom
I'm still seeing "Task was cancelled" on 1.2.1. ``` Fatal Exception: java.util.concurrent.CancellationException: Task was cancelled. at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1559) at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:586) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:547) at com.mycode.core.data.repository.MyRepository.controllerFuture$lambda$1$lambda$0(MyRepository.java:33) at android.os.Handler.handleCallback(Handler.java:790) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at...
@tonihei We're using our own UI, but adding a clip configuration also modifies duration and seeking behavior. Even if we somehow fake that in our own UI, the notification would...
@tonihei Definitely, it could be configurable as there are at least two use cases here -- either clipping to a segment and making that the new media, or looping between...
Hi, please check this example for real-time translation: https://github.com/ggerganov/whisper.cpp/tree/master/examples/stream
Please also check this: https://github.com/ggerganov/whisper.cpp/issues/10
Definitely, this is something I want to do too. Streaming quality is also gated on this: https://github.com/ggerganov/whisper.cpp/issues/426
I think you could adapt the current code by starting to transcribe the audio right away and padding with silence (there's more discussion about it in https://github.com/ggerganov/whisper.cpp/issues/10). So instead of...
> Can Android implement this in a similar way? It should be able to. > Another question, iOS device transcribe the audio faster than Android device. Why is that? Is...
No problem at all, your English is just fine from my side ;) I'm unfortunately not able to work on it for the next few weeks but it's something I...
Also. please ensure you're using release mode when you're running from Android studio. In debug mode it will take forever. ;)