exPHAT / SwiftWhisper

🎤 The easiest way to transcribe audio in Swift
MIT License
580 stars 61 forks source link

Setting --max-len does not change the value of the results #22

Closed iambenkay closed 1 year ago

iambenkay commented 1 year ago

I have experimented with the actual whisper.cpp library and this library by setting max-len to the same amount so that I can control the number of words per segment. It does not work as expected for SwiftWhisper. It effectively ignores the value of --max-len meanwhile original cpp library does not ignore it.

iambenkay commented 1 year ago

6 explains it well