chore: comment todo

This commit is contained in:
ayo 2026-06-07 15:03:46 +02:00
parent 8a781b0fcc
commit 9602a0c14b

7
tts.py Normal file → Executable file
View file

@ -1,3 +1,10 @@
#! /home/ayo/miniconda3/envs/tts/bin/python3
## TODO
# - [ ] lower resolution output by default so bluetooth headsets do not struggle
# - [ ] use os lib to figure out current directory for default input files
import os
from time import sleep, time
import warnings