From 9602a0c14ba50312c15fb20e416b33c341fd75e9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 15:03:46 +0200 Subject: [PATCH] chore: comment todo --- tts.py | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 tts.py diff --git a/tts.py b/tts.py old mode 100644 new mode 100755 index bcc30af..4627843 --- a/tts.py +++ b/tts.py @@ -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