Top
Best
New

Posted by sebjones 2 days ago

Transcribe.cpp(workshop.cjpais.com)
762 points | 162 commentspage 3
sorenjan 1 day ago|
Why not include transcribe-cli in the release archives to make it easier to use for people that can't compile it themselves? I downloaded the Cuda version but it's only the dll files, I don't really want to have to deal with Cuda SDK, I doubt most people want to.
sipjca 1 day ago|
Right now I intend to maintain this as a library. The examples are just that, examples for programmers/agents. If someone in the community wants to step up to maintaining release binaries I will gladly have that support, it's just impossible to do as a sole maintainer
sorenjan 20 hours ago||
That's up to you of course, but is it that much more work to compile the cli binary at the same time as you compile the libraries? How am I supposed to actually use the Cuda binaries available in the releases section, through a separately downloaded Python wheel?
alabhyajindal 1 day ago||
Congrats! I just tried Handy again which now uses transcribe.cpp and it works brilliantly. Love the streaming output from Parakeet Unified EN 0.6B. I remember using Handy about a year ago and it's amazing to see the improvements!
yjftsjthsd-h 2 days ago||
So it's mostly intended to be a better replacement for whisper? Mostly? With better support for more models and maybe acceleration backends?
sipjca 2 days ago|
More or less yes, for whisper.cpp, just trying to make local transcription more accessible to anyone building an app, etc
JesseHowell 2 days ago||
Really cool that every model is actually tested for accuracy instead of just claiming it works, I think alot of 'we support everything' tools skip that step. How are you checking accuracy for models that don't have an obvious "official" version to compare against?
sipjca 2 days ago|
Every model with open weights has some code which can be used to inference it. So we download the published weights and run against inference library they suggest, be it transformers, Nemo, etc
arikrahman 2 days ago||
Excellent work, paired with the 500kb TTS model headlining today I can see the full stack coming together.
zuzululu 2 days ago|
saw the demo its impressive but the audio was robotic
PalmPilotProMax 1 day ago||
Any plans of including the VAD step into this? When whisper.cpp added Silero it really smoothed out the UX.
kelvinjps10 2 days ago||
Is there something but for transcribing what you watch like videos and not your microphone? Samsung has this in my phone and it's useful for language learning. (Thought is not that accurate)
larnon 1 day ago||
Does the whisper model allow for entering context(which improves the accuracy greatly) as it does on Whisper.cpp?
sipjca 1 day ago|
yes
lxe 2 days ago||
What's the best local TTS model right now? I'm running parakeet on a mac which transcribes all my uh's and aahs. I'm running whisper on linux/cuda and I by far prefer that one over parakeet.
sipjca 2 days ago||
Parakeet unified for me no longer does this and it’s also a streaming transcription model!

But the answer largely depends on you, the languages you speak, and personal preference. Whisper is still excellent and supported in transcribe.cpp

Cohere Transcribe is also excellent, but many of the new models are as well

TomGarden 2 days ago|||
I run the same, if you want try a simple filter post transcription to remove them, and while you're at it add some simple word replacements like 'cloud MD' to 'CLAUDE.MD'
aghilmort 16 hours ago|||
audio.cpp @ github repo has good collection of TTS models
jv22222 2 days ago||
> parakeet on a mac which transcribes all my uh's and aahs

You should be able to fix this by playing with the mic speech floor. It happens when to much ambient stuff slurps in.

It's actually gaslighting you, you don't say that many ums and ahs ;)

copypirate 2 days ago|
Excellent work CJ
sipjca 2 days ago|
Thanks :)
More comments...