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

Put everything in functions #35

Closed bpwhelan closed 2 hours ago

bpwhelan commented 5 hours ago

Minimum code should be executed from "import", everything should be explicitly called. (like loading the vosk model, starting watching anki, etc.) this will make it easier to add more functionality (i.e. steam launcher)

bpwhelan commented 2 hours ago

Fixed.