bpwhelan / GameSentenceMiner

This is (was) a simple project, that watchdogs a folder for a recording (I use OBS with "Replay Buffer"), converts it to audio, trims it according to clipboard and a Local Language Model before adding it to a flashcard.
7 stars 1 forks source link

Add Time Buffer to Config #22

Closed zesky18 closed 1 week ago

zesky18 commented 1 week ago

Currently, it is possible to change the buffer time for recording by adding

total_second -= {value}

under trim_audio_based_on clipboard in ffmpeg.py, but this is somewhat difficult to get to. Having this setting under config.toml makes it a lot easier for users to edit their preferred buffer time.

bpwhelan commented 1 week ago

Yep this was in my head at some point but i forgot. Will implement at some point

bpwhelan commented 1 week ago

Closed with #23