Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Ask HN: Full text search for audio files?
1 points
heap_perms
3y ago
2 comments
Save
Share
I was wondering if anybody knows open source projects that implement transcription to provide a grep-like functionality for mp3 files?
Of course I could write it myself, but I'd rather not want to re-invent the wheel here.
2 comments
2 comments · 1 top-level
top
newest
oldest
mcint
3y ago
· 1 in thread
Right now, the best I know of would be to get a transcript with whisper, and grep that. Do you know of better ways? Searching for a waveform for certain words is not quite something that anyone's done yet, to my knowledge.
heap_perms
OP
3y ago
Yes I was thinking the same thing, use whisper.cpp for better performance and simply grep it.
j
/
k
navigate · click thread line to collapse