Update README.md

This commit is contained in:
Jon Taylor
2024-05-13 19:36:39 +01:00
committed by GitHub
parent 7c6199e93e
commit 1b5130694a

View File

@@ -80,7 +80,7 @@ async def main():
voice_id=...,
)
# Simple pipeline that will process turn text to speech and output the result
# Simple pipeline that will process text to speech and output the result
pipeline = Pipeline([tts, transport.output()])
# Create Pipecat processor that can run one or more pipelines tasks