this post was submitted on 23 Oct 2024
17 points (100.0% liked)

Free and Open Source Software

17916 readers
95 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I am looking for an FOSS alternative to InqScribe that will work on Linux. InqScribe is software used for making transcripts of audio. It essentially allows you to have an audio file and text beside each other and make timestamps in the text based on the audio playing. I don't need anything fancier than that.

you are viewing a single comment's thread
view the rest of the comments

Maybe Whisper? This github repo: https://github.com/linto-ai/whisper-timestamped

Says thay whispher can do timestamps on speech segments. However, I don't know if that's what you want, since whispher might only be able to do that if it is transcribing the actual audio, rather than editing another text file.