Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
423 stars 55 forks source link

The first minute of some of the audio transcriptions is missing [BUG] #33

Closed Corvalan closed 8 months ago

Corvalan commented 1 year ago

The first minute of some of the audio transcriptions is missing. This happens when I upload multiple audio files to be transcribed. I'm not sure what causes this, since the audio quality of the first minute is as clear as the rest of the audio. I use the CPU version on a small laptop, so it may be that because of the processor limitations, and me working on the same laptop with another application, this results in loss of information during the transcription. I will test this with another, stronger PC. Anyhow, there is no warning or indication that there is data loss or transcription issues. Is there a way for the program to check this in real time?

Dadangdut33 commented 10 months ago

can you help giving me some sample for it? so that i can replicate the bug

Anyhow, there is no warning or indication that there is data loss or transcription issues. Is there a way for the program to check this in real time?

i added ways to see the log which shows the progress when processing file in 1.3.0