updated readme

This commit is contained in:
maglore9900 2024-10-02 22:52:22 -04:00
parent b3c1b0ff15
commit 63c443f648
2 changed files with 4 additions and 0 deletions

View File

@ -93,3 +93,7 @@ If you want to modify the wake word look in main.py, you will see the logic wher
Max has a unique stutter glitch and I recreated this by modifying the voice stream as its being received. If you want to use all-talk with a different model or just dont want glitchiness then comment out `graph.spk.glitch_stream_output(response)` in main.py and uncomment `graph.spk.stream(response)`.
for a custom voice selection look at `modules/speak.py` under the function `stream` and set the voice model there. I will probably make this easier, aka in the .env at some point.
# Process Flow
![Alt text](images/flow.png)

BIN
images/flow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB