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 Audio Codec Config #9

Closed bpwhelan closed 1 week ago

bpwhelan commented 1 week ago

I default to both OPUS and webp for technical/efficiency reasons, but it would make sense to allow both of these to be configured.

Maybe I add another config file just for all the ffmpeg options.

Also work on getting away from the config.py file, it's bad, move to toml ASAP.

bpwhelan commented 1 week ago

Moved to toml already, just need to add audio codec config, might need a bit of work, not as simple as just changing the extension.