argmaxinc / WhisperKit

On-device Speech Recognition for Apple Silicon
https://takeargmax.com/blog/whisperkit
MIT License
3.17k stars 267 forks source link

Loss of results #186

Closed JinYu1998 closed 2 months ago

JinYu1998 commented 2 months ago

I was using whisperkit to recognize a long audio (about 41 minutes), and I noticed that the beginning of the audio file was lost in the results. How can I solve this problem?

atiorh commented 2 months ago

Would you be able to share the file for us to reproduce?

JinYu1998 commented 2 months ago

Would you be able to share the file for us to reproduce?

Hi, this your.mp3 file is the one I tested.

your.mp3

and the yout.txt is the result on my device(Mac M1).

yout.txt

atiorh commented 2 months ago

Are you using WhisperKit-0.8.0? 0.8.0 is the latest release that also backs the latest version of our TestFlight app. I just used the TestFlight app on your audio file and it did not have any loss in the beginning.

JinYu1998 commented 2 months ago

Are you using WhisperKit-0.8.0? 0.8.0 is the latest release that also backs the latest version of our TestFlight app. I just used the TestFlight app on your audio file and it did not have any loss in the beginning.

Thank you for your reply, I have solved the problem with your suggestion.