sveinbjornt / hear

Command line speech recognition and transcription for macOS
https://sveinbjorn.org/hear
BSD 3-Clause "New" or "Revised" License
303 stars 18 forks source link

FR: log when the sentence is considered finsihed #26

Open micrem73 opened 8 months ago

micrem73 commented 8 months ago

Hi, thanks for this great job. I'm not exactly writing an issue, rather a feature request. Hear adds a carriage return after a certain timespan. Consequently, it starts to log the speech in a new line. Would be useful to log on the output whenever the sentence is considered finished, and next word will be logged on a new line. This could be achieved by simply adding a carriage return at the proper deadline, without waiting for a new word to be logged. cheers michele