Posts

Showing posts from November, 2025

You Don't Say (Overwhelmed Again and Again)

Image
The simple-sounding idea was to overlay my study texts with voice overs. However, as the sub-title above suggests, the problem of being overwhelmed by too much information, too much confusion, and too many details quickly rushed in. First, the back story. One project I'm working involves using Python to display a sequence of topic review text lines ( with colorization ) about a topic I'm trying to learn, say it's the 47 non-Dunder methods of the string object (str) in Python.   (See for example here ) It turns out that for me --at first writing of this post -- the playing of sounds via Python was a non-trivial endeavor. There were hundreds of different approaches to try out. [ Post Script: Ultimately I did find a combination of approaches that worked . Yay.] I spent a lot of time researching questions such as these: (1) Should I use Audacity to dub with my own voice, or use a TTS (Text To Speech) program like Super whisper ? (Note: for Win OS version of SuperWhisper, ...