Piper TTS no longer working

Hi,
First things first: I am a user, NOT a developer.

Text to Voice. Was working correctly on my Home Assistant Voice PE until to stopped working a week or more ago.

I changed nothing, It stopped working.  

I have added DEBUG mode in the app. It show:
DEBUG:wyoming_piper.handler:Sent info
No sound. from speaker.

I have a script that I call with all messages:

sequence:
  - action: tts.speak
    target:
      entity_id: tts.piper
    metadata: {}
    data:
      cache: true
      media_player_entity_id: media_player.home_assistant_voice_0a5dd2_media_player
      message: '{{ message }}'
  - action: media_player.volume_set
    metadata: {}
    target:
      entity_id: media_player.home_assistant_voice_0a5dd2_media_player
    data:
      volume_level: '{{ volume_level | default(0.6) }}'
  - action: media_player.volume_set
    metadata: {}
    target:
      entity_id: media_player.kitchen_speaker_cast
    data:
      volume_level: '{{ 0.7 }}'
  - action: tts.speak
    target:
      entity_id: tts.google_en_com
    metadata: {}
    data:
      cache: true
      media_player_entity_id: media_player.kitchen_speaker_cast
      message: '{{ message }}'
  - action: media_player.volume_set
    metadata: {}
    target:
      entity_id: media_player.kitchen_speaker_cast
    data:
      volume_level: '{{ volume_level | default(0.6) }}'
description: Speak to Me scripts/speak.yaml  22 Aug/2026
mode: queued

The Google TTS has been added and works correctly. It was added because Home Assistant Text to Speech stopped working.

Action:
Complete deletion (all app data deleted) and reinstall of Wyoming, Piper and Whisper without fixing error.

Any Help?

Craig