chore: comment todo
This commit is contained in:
parent
8a781b0fcc
commit
9602a0c14b
1 changed files with 7 additions and 0 deletions
7
tts.py
Normal file → Executable file
7
tts.py
Normal file → Executable 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
|
import os
|
||||||
from time import sleep, time
|
from time import sleep, time
|
||||||
import warnings
|
import warnings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue