The official Docker image 1.6.3 for docker.io/rhasspy/wyoming-piper now supports streaming and I’ve verified this (I run a Core setup in a VM with containers manually started on a machine with a GPU).
Proof:
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:synthesize: raw_text=Lily, filled with wonder, chose to stay and learn, beginning her journey as a guardian of the forest's magic., text='Lily, filled with wonder, chose to stay and learn, beginning her journey as a guardian of the forest's magic.'
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:input: {'text': "Lily, filled with wonder, chose to stay and learn, beginning her journey as a guardian of the forest's magic."}
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:/tmp/tmp94rx4z0d/1757931780044717722.wav
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Completed request
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Synthesizing stream sentence: As the seasons passed, Lily grew stronger, her connection to the forest deepening with each day. She learned to speak with the animals, heal the land, and protect the balance of nature.
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Synthesize(text='As the seasons passed, Lily grew stronger, her connection to the forest deepening with each day. She learned to speak with the animals, heal the land, and protect the balance of nature.', voice=SynthesizeVoice(name='en_US-hfc_male-medium', language=None, speaker=None), context=None)
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:synthesize: raw_text=As the seasons passed, Lily grew stronger, her connection to the forest deepening with each day. She learned to speak with the animals, heal the land, and protect the balance of nature., text='As the seasons passed, Lily grew stronger, her connection to the forest deepening with each day. She learned to speak with the animals, heal the land, and protect the balance of nature.'
Sep 15 10:23:00 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:input: {'text': 'As the seasons passed, Lily grew stronger, her connection to the forest deepening with each day. She learned to speak with the animals, heal the land, and protect the balance of nature.'}
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:/tmp/tmp94rx4z0d/1757931780762582062.wav
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Completed request
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Synthesizing stream sentence: Her kindness inspired others in the village to care for the earth, and together they restored the forest to its former glory.
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Synthesize(text='Her kindness inspired others in the village to care for the earth, and together they restored the forest to its former glory.', voice=SynthesizeVoice(name='en_US-hfc_male-medium', language=None, speaker=None), context=None)
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:synthesize: raw_text=Her kindness inspired others in the village to care for the earth, and together they restored the forest to its former glory., text='Her kindness inspired others in the village to care for the earth, and together they restored the forest to its former glory.'
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:input: {'text': 'Her kindness inspired others in the village to care for the earth, and together they restored the forest to its former glory.'}
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:/tmp/tmp94rx4z0d/1757931781214709285.wav
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Completed request
Sep 15 10:23:01 roxanne.dragonfear wyoming-piper[3313113]: DEBUG:wyoming_piper.handler:Synthesize(text='And so, Lily became a legend, a symbol of harmony between humans and nature, forever remembered in the hearts of all who lived in the village.', voice=SynthesizeVoice(name='en_US-hfc_male-medium', language=None, speaker=None), context=None)
Worth noting: the phone app won’t stream, but the assist satellites at home all will and do stream.
For long LLM responses, this is truly a gamechanger.