Transcribe & Translate Audio Between Languages with OpenAI & S3 Storage
Automates audio transcription with OpenAI Whisper, translation via GPT-4, TTS generation in target language, and S3 storage with URL return.
This n8n workflow receives audio files via webhook, transcribes them accurately using OpenAI's Whisper model, translates the transcribed text between specified languages with GPT-4 for natural fluency, and synthesizes new speech audio using text-to-speech. The translated audio is uploaded to AWS S3 for persistent storage and public access, returning both text outputs and a direct URL to the new audio file. The process is seamless, handling everything from input to delivery in seconds.
Ideal for
Platform
n8n
Category
HR & Operations
Price
$22.99
Creator
Maxim Luong
OpenAI
Whisper
GPT-4
TTS
AWS S3
Audio Transcription
Translation
Webhook
AI Automation
Multilingual
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.