Easy Transcription, a transcriber for audios and videos on Android #1266
Replies: 10 comments 9 replies
|
Is this app open sourced? |
|
This is a really great application! I wonder how this would go because I see it is been constantly updated, yet no clear whether it is to open source or commercialize? Thanks |
|
Can you try porting or making an app with Suno's Bark model, I reckon there's a bark.cpp repository |
|
Hey, is there a way to record audio on my Android device, specify the language and Whisper model on the phone itself, and then have my PC handle the transcription while keeping the same settings from my Android? |
|
How did you manage long context recording splits? It is very accurate, even if there may be hallucinations some times on long pauses. I can't get the same consistency with the args I am using on my pc and it is unreliable on basically any audio length: I am using ggml-silero-v5.1.2.bin |
|
do you face the problems when there is no actual talking, just the audio with the sound of knocking or sth, whisper still gene the hallucniation text? |
|
Hi, is this app no longer available? I looked at the url at https://play.google.com/store/apps/details?id=com.digipom.easytranscription but it says "not found". Any help would be greatly appreciated! |
|
When will you re-publish this app again? I never tried it before. |
|
This looks really promising! Having a Transcription app that processes audio entirely on the device is a big advantage for privacy, especially for users who don't want to upload recordings to the cloud. I also like that it supports editing and exporting transcripts directly within the app. Looking forward to seeing support for larger models and the built-in voice recorder in future updates. Great work on the first beta! |
|
Nice work! It's great to see another app using Whisper for on-device transcription. Privacy-first processing is something more users are starting to value. I've been testing a few transcription apps recently, including Voice Note App, and it's interesting how much the post-transcription editing experience affects usability. Looking forward to trying future updates, especially the larger models. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We've released our first beta of Easy Transcription for transcribing audio and video directly on your Android device. Easy Transcription currently supports the following features:
We support tiny and tiny.en for now, with support for more models coming soon. Everything is transcribed privately directly on the device. We're also planning to add a built-in voice recorder in a future release. Please don't hesitate to send us feedback here or inside the app via About > Talk to us > By email.
The app was implemented using Android Compose and uses whisper.cpp to handle the transcriptions. Many thanks go to @ggerganov and all of the other contributors as well for creating and working on whisper.cpp -- it's amazing that we now have a great open-source library for doing transcriptions right on the device!
You can download the app for free at https://play.google.com/store/apps/details?id=com.digipom.easytranscription
All reactions