This n8n workflow automates the process of translating French text into English speech. It starts with a manual trigger, allowing a user to initialize the process. The workflow then sets a specific voice ID and French text, generates an audio file using ElevenLabs’ text-to-speech API, and then transcribes the audio back into text with OpenAI’s Whisper API. The transcribed text is translated into English using a language model, and finally, English text is converted into speech again with ElevenLabs. This process is useful in scenarios like multilingual content creation, language learning applications, or audio-based translation services, offering an automated way to produce audio content in multiple languages.
French Text to English Audio Workflow
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.chainLlm, @n8n/n8n-nodes-langchain.lmChatOpenAi, httpRequest, manualTrigger, set, stickyNote |
Reviews
There are no reviews yet.