locaal-ai / obs-localvocal

OBS plugin for local speech recognition and captioning using AI
https://obsproject.com/forum/resources/localvocal-live-stream-ai-assistant.1769/
GNU General Public License v2.0
520 stars 38 forks source link

refactor: Update model-downloader.cpp to use obs_module_config_path f… #134

Closed royshil closed 3 months ago

royshil commented 3 months ago

…or retrieving the config folder path

TheTawnyFool commented 3 months ago

Hi, I just pulled the cloned the master and built it. If I understand right that should include the update? I still does not give the correct timestamps on my system. I am assuming every time I press record, it creates a new .srt file along with the OBS created clip and should start the timestamps at 00:00:00. It then renames the file when ending the recording to the clip name. Everything is working except it is not timestamping from 00:00:00 correctly on my up-to-date OBS, windows 11 PC.

It is 12:30 pm my time when I started this clip.... it created an srt file with the following info.

1 01:07:52,824 --> 01:07:58,567 blah blah

That appears to be over an hour into the video for some reason. Thanks again for all your hard work, happy to provide any info I can!