🎬 Translate audio using AI
⚡ 10,900 views · 🎬 Content Creation & Video
Description
Overview
This workflow takes some French text, and translates it into spoken audio.
It then transcribes that audio back into text, translates it into English and generates an audio file of the English text.
To do so, it uses ElevenLabs (which has a free tier) and OpenAI.
Setup
These steps should only take a few minutes:
- In ElevenLabs, add a voice to your voice lab and copy its ID. Add it to the ‘Set voice ID’ node
- Get your ElevenLabs API key (click your name in the bottom-left of ElevenLabs and choose ‘profile’)
- In the ‘Generate French audio’ node, create a new header auth cred. Set the name to
xi-api-keyand the value to your API key - In the ‘credential’ field of the ‘Transcribe audio’ node, create a new OpenAI cred with your OpenAI API key
- Run the workflow by clicking the orange button at the bottom of the canvas
🔗 Nodes Used
HTTP Request, Basic LLM Chain, OpenAI Chat Model
📥 Import
Download workflow.json and import into n8n:
Workflow menu → Import from File