Merge pull request #278 from remsky/master

Minor change to trigger new release
This commit is contained in:
remsky 2025-04-04 22:09:27 -06:00 committed by GitHub
commit 253855e6b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ def main():
with open(wells_path, "r", encoding="utf-8") as f:
full_text = f.read()
# Take first few paragraphs
text = " ".join(full_text.split("\n\n")[:2])
text = " ".join(full_text.split("\n\n")[1:3])
print("\nStarting TTS stream playback...")
print(f"Text length: {len(text)} characters")