From 54148c05e3e1d6ae2594e09989d5376f4748a5ab Mon Sep 17 00:00:00 2001 From: haixuantao Date: Tue, 14 Jan 2025 14:29:53 +0100 Subject: [PATCH] update outtetts example --- examples/speech-to-speech/outtetts.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/speech-to-speech/outtetts.yml b/examples/speech-to-speech/outtetts.yml index ebc0adc5..ca416ba2 100644 --- a/examples/speech-to-speech/outtetts.yml +++ b/examples/speech-to-speech/outtetts.yml @@ -31,6 +31,14 @@ nodes: path: dora-outtetts inputs: text: dora-whisper/text + outputs: + - audio + + - id: dora-pyaudio + build: pip install dora-pyaudio + path: dora-pyaudio + inputs: + audio: dora-outtetts/audio - id: dora-rerun build: pip install dora-rerun