French to English Text-to-Speech and Transcription Workflow
detail.loadingPreview
This n8n workflow automates the process of converting French text to French audio, transcribing it, and then translating it to English with spoken output. It leverages OpenAI and ElevenLabs for AI capabilities.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow demonstrates a sophisticated text-to-speech and translation pipeline. It starts by taking a piece of French text and generating spoken audio in French using ElevenLabs. The generated audio is then transcribed back into text using OpenAI's Whisper model. Finally, the transcribed text is translated into English, and an English audio version is created, also using ElevenLabs. This workflow is ideal for scenarios requiring multilingual audio processing, content localization, or complex language model interaction.
Key Features
- Generates French audio from text using ElevenLabs.
- Transcribes audio back to text using OpenAI Whisper.
- Translates text from French to English using an LLM.
- Generates English audio from the translated text using ElevenLabs.
- Integrates with OpenAI and ElevenLabs APIs for advanced AI capabilities.
How To Use
- Set French Text and Voice ID: In the 'Set ElevenLabs voice ID and text' node, replace the default French text with your desired input and ensure the
voice_idis set to a valid ElevenLabs voice. - Configure ElevenLabs Credentials: In the 'Generate French Audio' and 'Translate English text to speech' nodes, set up your ElevenLabs API key as a header authentication credential with the key
xi-api-key. - Configure OpenAI Credentials: In the 'Transcribe Audio' node, set up your OpenAI API key as a credential.
- Execute Workflow: Click the 'When clicking "Execute Workflow"' node to run the automation.
Apps Used
Workflow JSON
{
"id": "f9341641-7fba-47fd-948a-117ca207073e",
"name": "French to English Text-to-Speech and Transcription Workflow",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: f9341641-7fba...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
OpenAI Text-to-Speech Workflow
Generate audio from text using OpenAI's TTS API.
AI Assistant for Structured Metadata Generation
Automates the generation of structured metadata in English and Chinese using AI, leveraging communication platforms and various data sources.
Visa Requirement Checker
A workflow to check visa requirements based on user input, leveraging Langchain, Cohere embeddings, Weaviate vector store, and Anthropic LLM.