Here are all the final codes in Video #254 here:
We started with a boilerplate PiperTTS code for text-to-speech. You can download the voices here: https://github.com/OHF-Voice/piper1-gpl
Then we iterated in Unity and Python until we finally merged our PiperTTS code and our Flask Server code. You will need to pip install piper-tts, sounddevice, numpy, and flask.
And then we interated through the different methods of using our RunWhisper speech recognition code and the LogoPulse code.
Remember to run the Python Flask server first before running the Unity program. Good luck!