Guess what. Lamptest guy from my comment above tests batteries as well. Here are his websites for this project (same data but different design):
https://battest.ru/https://batterytest.ru/
Works great!
However, i had Python 3.11 set up as default python3 in path, and since there is no wheel for torch for 3.11 yet, the script failed.
With 3.10 it worked flawlessly.
Small improvement: the node script could check if the model files are already present at the download location and not download them again in this case.
This scans the root filesystem but excludes the Volume mounts specifically (the -x option to limit the scan to the current filesystem doesn't work properly on mac os).
Navigate through the folders, sorted by size, from there. Press d to delete a folder.
A bit more context on how it works:
The systems default audio input is captured with python, split into small chunks and is then fed to OpenAI's original transcription function. It tries (currently rather poorly) to detect word breaks and doesn't split the audio buffer in those cases. With how the model is designed, it doesn't make the most sense to do this, but i found it would be worth trying. It works acceptably well.