Use configured voice in TTS output for assist pipeline (#91878)
This commit is contained in:
parent
33808cd268
commit
1eef4af493
6 changed files with 21 additions and 11 deletions
|
@ -181,7 +181,7 @@ class PipelineRtpDatagramProtocol(RtpDatagramProtocol):
|
|||
self.hass, DOMAIN, self.voip_device.voip_id
|
||||
),
|
||||
conversation_id=self._conversation_id,
|
||||
tts_options={tts.ATTR_AUDIO_OUTPUT: "raw"},
|
||||
tts_audio_output="raw",
|
||||
)
|
||||
|
||||
except asyncio.TimeoutError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue